1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

simgrid: fixup sandboxed build after update #24915

This commit is contained in:
Vladimír Čunát 2017-04-16 14:14:51 +02:00
parent 289a3c2b8f
commit 9fc61d0db5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
do
sed -i "$i" -e's|/usr/bin/perl|${perl}/bin/perl|g'
done
patchShebangs ./tools/
'';
# Fixing the few tests that fail is left as an exercise to the reader.