pinentry: remove qt for darwin due to build issues with qt

main
Steven Sherry 2 years ago
parent 5a359ba13c
commit 2dbca5d4b9
No known key found for this signature in database
GPG Key ID: 5BE85414B74F99B1
  1. 2
      pkgs/tools/security/pinentry/default.nix

@ -3,7 +3,7 @@
, ncurses, gtk2, gcr, libcap, libsecret
, enabledFlavors ? [ "curses" "tty" "gtk2" "emacs" ]
++ lib.optionals stdenv.isLinux [ "gnome3" ]
++ lib.optionals (stdenv.hostPlatform.system != "aarch64-darwin") [ "qt" ]
++ lib.optionals (!stdenv.isDarwin) [ "qt" ]
}:
with lib;

Loading…
Cancel
Save