mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
pinentry: fix build on darwin
This commit is contained in:
parent
d191ee22f0
commit
d3669570d2
|
@ -2,7 +2,7 @@
|
|||
, libgpgerror, libassuan, qtbase, wrapQtAppsHook
|
||||
, ncurses, gtk2, gcr
|
||||
, libcap ? null, libsecret ? null
|
||||
, enabledFlavors ? [ "curses" "tty" "gtk2" "qt" "gnome3" "emacs" ]
|
||||
, enabledFlavors ? [ "curses" "tty" "gtk2" "qt" "emacs" ] ++ lib.optionals stdenv.isLinux [ "gnome3" ]
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
|
Loading…
Reference in a new issue