Skip to content

Commit

Permalink
csmith: fix wrapProgram call
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 9, 2017
1 parent bf8c125 commit cc5480c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/misc/csmith/default.nix
Expand Up @@ -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/
Expand Down

0 comments on commit cc5480c

Please sign in to comment.