3
0
Fork 0
forked from mirrors/nixpkgs

scilab: mark as broken

This commit is contained in:
Kirill Boltaev 2016-09-19 20:04:54 +03:00
parent 06ecea00e5
commit 2bc87d48f1

View file

@ -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;
};
}