3
0
Fork 0
forked from mirrors/nixpkgs

pinentry_ncurses: init at 0.9.6

This commit is contained in:
Thomas Tuegel 2015-12-10 11:06:10 -06:00
parent 2b318da619
commit 31d68a68b5

View file

@ -2711,6 +2711,10 @@ let
qt4 = null;
};
pinentry_ncurses = pinentry.override {
gtk2 = null;
};
pinentry_qt5 = qt55Libs.callPackage ../tools/security/pinentry/qt5.nix {
libcap = if stdenv.isDarwin then null else libcap;
};