freestyle: mark as broken

This commit is contained in:
Robin Gloster
2017-03-30 16:23:33 +02:00
parent 877aaeff61
commit cc82423366
+1
View File
@@ -49,5 +49,6 @@ stdenv.mkDerivation {
description = "Non-Photorealistic Line Drawing rendering from 3D scenes"; description = "Non-Photorealistic Line Drawing rendering from 3D scenes";
homepage = http://freestyle.sourceforge.net; homepage = http://freestyle.sourceforge.net;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
broken = true;
}; };
} }