Merge pull request #7007 from henrytill/pinentry
pinentry: fix on darwin
This commit is contained in:
commit
dd096f4600
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user