Skip to content

Commit

Permalink
pinentry: drop gtk2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 18, 2023
1 parent f19a64e commit edb8b79
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" "gtk2" "emacs" ]
, enabledFlavors ? [ "curses" "tty" "emacs" ]
++ lib.optionals stdenv.isLinux [ "gnome3" ]
++ lib.optionals (!stdenv.isDarwin) [ "qt" ]
}:
Expand Down

0 comments on commit edb8b79

Please sign in to comment.