csmith: fix wrapProgram call

This commit is contained in:
Robin Gloster 2017-08-10 00:43:26 +02:00
parent bf8c125170
commit cc5480cb00
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
--replace '../compiler_test.pl' $out/bin/compiler_test.pl \
--replace '../$CONFIG_FILE' '$CONFIG_FILE'
wrapProgram $out/bin/launchn.pl --prefix PERL5LIB : "$PERL5LIB" $out/bin/launchn.pl
wrapProgram $out/bin/launchn.pl \
--prefix PERL5LIB : "$PERL5LIB"
mkdir -p $out/share/csmith
mv $out/bin/compiler_test.in $out/share/csmith/