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.