forked from mirrors/nixpkgs
add system keychains to security-tool's propagated inputs
This commit is contained in:
parent
071304f26d
commit
5f308b50e4
pkgs
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue