about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorKirill Boltaev <aske@fmap.me>2016-09-19 20:04:54 +0300
committerKirill Boltaev <aske@fmap.me>2016-09-26 02:36:49 +0300
commit2bc87d48f1ef31c6c61e7389ef29843e93e06c85 (patch)
tree344f7941fb2b8f952aacaa449e0eff8280514d36 /pkgs/applications/science
parent06ecea00e52410cdd0f55c9ff17126e046ad766d (diff)
downloadnixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar.gz
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar.bz2
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar.lz
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar.xz
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.tar.zst
nixlib-2bc87d48f1ef31c6c61e7389ef29843e93e06c85.zip
scilab: mark as broken
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/scilab/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/scilab/default.nix b/pkgs/applications/science/math/scilab/default.nix
index 4e30814ff7df..bb52b430f8cb 100644
--- a/pkgs/applications/science/math/scilab/default.nix
+++ b/pkgs/applications/science/math/scilab/default.nix
@@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
     description = "Scientific software package for numerical computations (Matlab lookalike)";
     # see http://www.scilab.org/legal
     license = "SciLab";
+    broken = true;
   };
 }