forked from mirrors/nixpkgs
scilab-bin: remove phases
This commit is contained in:
parent
44cb64dba6
commit
7b20eb9e37
|
@ -39,8 +39,6 @@ stdenv.mkDerivation {
|
|||
xorg.libXxf86vm
|
||||
];
|
||||
|
||||
phases = [ "unpackPhase" "fixupPhase" "installPhase" ];
|
||||
|
||||
fixupPhase = ''
|
||||
sed -i 's|\$(/bin/|$(|g' bin/scilab
|
||||
sed -i 's|/usr/bin/||g' bin/scilab
|
||||
|
|
Loading…
Reference in a new issue