mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
mr: fix tests
This commit is contained in:
parent
2f505d6fa7
commit
207a8a5d68
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "15i9bs2i25l7ibv530ghy8280kklcgm5kr6j86s7iwcqqckd0czp";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
|
Loading…
Reference in a new issue