3
0
Fork 0
forked from mirrors/nixpkgs

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
pkgs
development/haskell-modules
os-specific/darwin/security-tool

View file

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

View file

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