Skip to content

Commit

Permalink
Merge pull request #276143 from lheckemann/revert-pinentry-gtk2-removal
Browse files Browse the repository at this point in the history
Revert "pinentry: drop gtk2"
  • Loading branch information
fpletz committed Jan 15, 2024
2 parents bcba1b0 + 1473ac2 commit fcb7c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/pinentry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}:
Expand Down

0 comments on commit fcb7c27

Please sign in to comment.