mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
strip-nondeterminism: fix zip handler
https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/blob/master/lib/File/StripNondeterminism/handlers/zip.pm#L29 it was working on linux because the tests are run on linux
This commit is contained in:
parent
19b6e4bedb
commit
449a46278e
1 changed files with 1 additions and 2 deletions
|
@ -28,10 +28,9 @@ buildPerlPackage rec {
|
|||
buildInputs = [
|
||||
ArchiveZip
|
||||
ArchiveCpio
|
||||
SubOverride
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ SubOverride ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace lib/File/StripNondeterminism.pm \
|
||||
--replace "exec('file'" "exec('${lib.getExe file}'"
|
||||
|
|
Loading…
Reference in a new issue