add system keychains to security-tool's propagated inputs

This commit is contained in:
Jude Taylor 2015-07-11 16:04:27 -07:00
parent 071304f26d
commit 5f308b50e4
2 changed files with 2 additions and 3 deletions

View File

@ -214,9 +214,6 @@ self: super: {
patchPhase = (drv.patchPhase or "") + ''
substituteInPlace System/X509/MacOS.hs --replace security ${security_tool}/bin/security
'';
__propagatedImpureHostDeps = drv.__propagatedImpureHostDeps ++ [
"/System/Library/Keychains"
];
})
else super.x509-system;

View File

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ GSS Kerberos Security PCSC Foundation ];
__propagatedImpureHostDeps = [ "/System/Library/Keychains" ];
buildInputs = [
gnustep-make
libsecurity_asn1