nss: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent b7cfaf5519
commit a085e9c061
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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 \$@)"