mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
nss: *Flags are lists
This commit is contained in:
parent
b7cfaf5519
commit
a085e9c061
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
||||
./ckpem.patch
|
||||
];
|
||||
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace nss/coreconf/Darwin.mk --replace '@executable_path/$(notdir $@)' "$out/lib/\$(notdir \$@)"
|
||||
|
Loading…
Reference in New Issue
Block a user