summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-30 14:58:42 +0200
committerRobin Gloster <mail@glob.in>2017-03-30 16:23:33 +0200
commitcc82423366f25db6ced8b6da4d8a3d06645e5a45 (patch)
tree749b32f1c7d0c613489df6a0c5236dc7dbf276b4 /pkgs/misc
parent877aaeff6157236f846f0e7b794cfedb517d63d5 (diff)
downloadnixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar.gz
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar.bz2
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar.lz
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar.xz
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.tar.zst
nixpkgs-cc82423366f25db6ced8b6da4d8a3d06645e5a45.zip
freestyle: mark as broken
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/freestyle/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/misc/freestyle/default.nix b/pkgs/misc/freestyle/default.nix
index 231b8eabb07..6d022220794 100644
--- a/pkgs/misc/freestyle/default.nix
+++ b/pkgs/misc/freestyle/default.nix
@@ -45,9 +45,10 @@ stdenv.mkDerivation {
 
   installPhase = ":";
 
-  meta = { 
+  meta = {
     description = "Non-Photorealistic Line Drawing rendering from 3D scenes";
     homepage = http://freestyle.sourceforge.net;
-    license = stdenv.lib.licenses.gpl2;
+    license  = stdenv.lib.licenses.gpl2;
+    broken = true;
   };
 }