Unverified Commit fcb7c27c authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

Revert "pinentry: drop gtk2"
parents bcba1b03 1473ac22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, libgpg-error, libassuan, qtbase, wrapQtAppsHook
, ncurses, gtk2, gcr
, withLibsecret ? true, libsecret
, enabledFlavors ? [ "curses" "tty" "emacs" ]
, enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ]
  ++ lib.optionals stdenv.isLinux [ "gnome3" ]
  ++ lib.optionals (!stdenv.isDarwin) [ "qt" ]
}: