Skip to content

Commit

Permalink
Racket: Add binaries to $out/bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
zainab-ali authored and DavHau committed Jul 29, 2023
1 parent 99373e2 commit ce7b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsystems/racket/builders/simple-racket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
export PLTADDONDIR=$PLTCONFIGDIR;
mkdir -p $out/bin
for EXE in $racket/bin/* $out/etc/bin/*;
for EXE in $racket/bin/* $out/etc/bin/* $out/etc/*/bin/*;
do
NAME=$(basename "$EXE")
makeWrapper "$EXE" "$out/bin/$NAME" --set PLTCONFIGDIR "$PLTCONFIGDIR" --set PLTADDONDIR "$PLTADDONDIR"
Expand Down

0 comments on commit ce7b397

Please sign in to comment.