glsurf: mark as broken

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

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.lama.univ-savoie.fr/~raffalli/glsurf;
description = "A program to draw implicit surfaces and curves";
broken = true;
};
}