pinentry_ncurses: init at 0.9.6
This commit is contained in:
parent
2b318da619
commit
31d68a68b5
1 changed files with 4 additions and 0 deletions
|
@ -2711,6 +2711,10 @@ let
|
||||||
qt4 = null;
|
qt4 = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinentry_ncurses = pinentry.override {
|
||||||
|
gtk2 = null;
|
||||||
|
};
|
||||||
|
|
||||||
pinentry_qt5 = qt55Libs.callPackage ../tools/security/pinentry/qt5.nix {
|
pinentry_qt5 = qt55Libs.callPackage ../tools/security/pinentry/qt5.nix {
|
||||||
libcap = if stdenv.isDarwin then null else libcap;
|
libcap = if stdenv.isDarwin then null else libcap;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue