mr: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:23:47 +00:00
parent 2f505d6fa7
commit 207a8a5d68

View file

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
sha256 = "15i9bs2i25l7ibv530ghy8280kklcgm5kr6j86s7iwcqqckd0czp";
};
postPatch = ''
patchShebangs .
'';
buildInputs = [ perl ];
makeFlags = "PREFIX=$(out)";