Merge pull request #276143 from lheckemann/revert-pinentry-gtk2-removal

Revert "pinentry: drop gtk2"

authored by Franz Pletz and committed by GitHub fcb7c27c bcba1b03

+1 -1
+1 -1
pkgs/tools/security/pinentry/default.nix
··· 2 , libgpg-error, libassuan, qtbase, wrapQtAppsHook 3 , ncurses, gtk2, gcr 4 , withLibsecret ? true, libsecret 5 - , enabledFlavors ? [ "curses" "tty" "emacs" ] 6 ++ lib.optionals stdenv.isLinux [ "gnome3" ] 7 ++ lib.optionals (!stdenv.isDarwin) [ "qt" ] 8 }:
··· 2 , libgpg-error, libassuan, qtbase, wrapQtAppsHook 3 , ncurses, gtk2, gcr 4 , withLibsecret ? true, libsecret 5 + , enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ] 6 ++ lib.optionals stdenv.isLinux [ "gnome3" ] 7 ++ lib.optionals (!stdenv.isDarwin) [ "qt" ] 8 }: