Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
scilab-bin: adding bin/scilab symlink (#51346)
Browse files Browse the repository at this point in the history
Should fix #51343, merely adding a scilab symlink within the bin/ directory, so that it can be detected by SageMath.
  • Loading branch information
fusion809 authored and timokau committed Dec 1, 2018
1 parent d5155f2 commit 7041972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/science/math/scilab-bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
cp -r . "$out/opt/scilab-${ver}/"
mkdir "$out/bin"
ln -s "$out/opt/scilab-${ver}/bin/scilab" "$out/bin/scilab-${ver}"
ln -s "$out/opt/scilab-${ver}/bin/scilab" "$out/bin/scilab"
ln -s "scilab-${ver}" "$out/bin/scilab-${majorVer}"
'';

Expand Down

0 comments on commit 7041972

Please sign in to comment.