Skip to content

Commit ad82538

Browse files
Tomas Hlavaty7c6f434c
Tomas Hlavaty
authored andcommittedJun 28, 2017
ccl: create ccl symlink
Make it more intuitive for users to start ccl and avoid platform dependent executable names. #26934
1 parent fa6e946 commit ad82538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/compilers/ccl/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
6868
mkdir -p "$out/bin"
6969
echo -e '#!/bin/sh\n'"$out/share/ccl-installation/${CCL_RUNTIME}"' "$@"\n' > "$out"/bin/"${CCL_RUNTIME}"
7070
chmod a+x "$out"/bin/"${CCL_RUNTIME}"
71+
ln -s "$out"/bin/"${CCL_RUNTIME}" "$out"/bin/ccl
7172
'';
7273

7374
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.