nss: *Flags are lists
This commit is contained in:
parent
b7cfaf5519
commit
a085e9c061
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
|||||||
./ckpem.patch
|
./ckpem.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
patchFlags = "-p0";
|
patchFlags = [ "-p0" ];
|
||||||
|
|
||||||
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
substituteInPlace nss/coreconf/Darwin.mk --replace '@executable_path/$(notdir $@)' "$out/lib/\$(notdir \$@)"
|
substituteInPlace nss/coreconf/Darwin.mk --replace '@executable_path/$(notdir $@)' "$out/lib/\$(notdir \$@)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user