pinentry_qt4: init at 0.9.6

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

View File

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