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 { };