scilab: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-03 15:30:45 +00:00
parent 4f066da1de
commit ec2452dac1
2 changed files with 4 additions and 10 deletions
@@ -2,13 +2,13 @@
, ncurses
, withXaw3d ? false
#, withPVMlib ? false
, tcl, tk, withTk ? false
, tcl, tk, withTk ? true
, gtk2, withGtk ? false # working ?
#, withF2c ? false
, ocaml, withOCaml ? false
, ocaml, withOCaml ? true
#, withJava ? false
#, atlasMath, withAtlas ? false
, xlibsWrapper, withX ? false
, xlibsWrapper, withX ? true
}:
stdenv.mkDerivation rec {