1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #7007 from henrytill/pinentry

pinentry: fix on darwin
This commit is contained in:
William A. Kennington III 2015-03-26 11:20:14 -07:00
commit dd096f4600

View file

@ -2363,8 +2363,8 @@ let
philter = callPackage ../tools/networking/philter { };
pinentry = callPackage ../tools/security/pinentry {
gtk2 = if stdenv.isDarwin then null else gtk2;
qt4 = if stdenv.isDarwin then qt4 else null;
libcap = if stdenv.isDarwin then null else libcap;
qt4 = null;
};
pius = callPackage ../tools/security/pius { };