Merge pull request #276143 from lheckemann/revert-pinentry-gtk2-removal
Revert "pinentry: drop gtk2"
This commit is contained in:
commit
fcb7c27c72
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
, libgpg-error, libassuan, qtbase, wrapQtAppsHook
|
, libgpg-error, libassuan, qtbase, wrapQtAppsHook
|
||||||
, ncurses, gtk2, gcr
|
, ncurses, gtk2, gcr
|
||||||
, withLibsecret ? true, libsecret
|
, withLibsecret ? true, libsecret
|
||||||
, enabledFlavors ? [ "curses" "tty" "emacs" ]
|
, enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ]
|
||||||
++ lib.optionals stdenv.isLinux [ "gnome3" ]
|
++ lib.optionals stdenv.isLinux [ "gnome3" ]
|
||||||
++ lib.optionals (!stdenv.isDarwin) [ "qt" ]
|
++ lib.optionals (!stdenv.isDarwin) [ "qt" ]
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Reference in a new issue