scilab: move defaults to package file
This commit is contained in:
parent
4f066da1de
commit
ec2452dac1
@ -2,13 +2,13 @@
|
|||||||
, ncurses
|
, ncurses
|
||||||
, withXaw3d ? false
|
, withXaw3d ? false
|
||||||
#, withPVMlib ? false
|
#, withPVMlib ? false
|
||||||
, tcl, tk, withTk ? false
|
, tcl, tk, withTk ? true
|
||||||
, gtk2, withGtk ? false # working ?
|
, gtk2, withGtk ? false # working ?
|
||||||
#, withF2c ? false
|
#, withF2c ? false
|
||||||
, ocaml, withOCaml ? false
|
, ocaml, withOCaml ? true
|
||||||
#, withJava ? false
|
#, withJava ? false
|
||||||
#, atlasMath, withAtlas ? false
|
#, atlasMath, withAtlas ? false
|
||||||
, xlibsWrapper, withX ? false
|
, xlibsWrapper, withX ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21969,13 +21969,7 @@ in
|
|||||||
|
|
||||||
singular = callPackage ../applications/science/math/singular { };
|
singular = callPackage ../applications/science/math/singular { };
|
||||||
|
|
||||||
scilab = callPackage ../applications/science/math/scilab {
|
scilab = callPackage ../applications/science/math/scilab { };
|
||||||
withXaw3d = false;
|
|
||||||
withTk = true;
|
|
||||||
withGtk = false;
|
|
||||||
withOCaml = true;
|
|
||||||
withX = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
scilab-bin = callPackage ../applications/science/math/scilab-bin {};
|
scilab-bin = callPackage ../applications/science/math/scilab-bin {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user