We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fa6e946 commit ad82538Copy full SHA for ad82538
pkgs/development/compilers/ccl/default.nix
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
68
mkdir -p "$out/bin"
69
echo -e '#!/bin/sh\n'"$out/share/ccl-installation/${CCL_RUNTIME}"' "$@"\n' > "$out"/bin/"${CCL_RUNTIME}"
70
chmod a+x "$out"/bin/"${CCL_RUNTIME}"
71
+ ln -s "$out"/bin/"${CCL_RUNTIME}" "$out"/bin/ccl
72
'';
73
74
meta = with stdenv.lib; {
0 commit comments