Update pkgs/tools/security/pinentry/default.nix

Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
Jörg Thalheim 2021-08-13 05:32:40 +01:00 committed by GitHub
parent a29f205393
commit d5d5bed95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
, libgpgerror, libassuan, qtbase, wrapQtAppsHook
, ncurses, gtk2, gcr
, libcap ? null, libsecret ? null
, enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ]
, enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ]
++ lib.optionals stdenv.isLinux [ "gnome3" ]
++ lib.optionals (stdenv.hostPlatform.system != "aarch64-darwin") [ "qt" ]
}: