summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-08 16:21:33 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-09 10:01:09 -0500
commit6def68f54813e2091bfabc10a85c85bf1175032a (patch)
tree15c1506c38d3c35c9e5b20286db52d3a7d62b517 /pkgs/tools/graphics
parent2acf48f80360388bfafde782d4bd96487a62b6fd (diff)
downloadnixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar.gz
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar.bz2
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar.lz
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar.xz
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.tar.zst
nixlib-6def68f54813e2091bfabc10a85c85bf1175032a.zip
kst: mark broken
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/kst/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/kst/default.nix b/pkgs/tools/graphics/kst/default.nix
index 9b983450f480..24d678e11422 100644
--- a/pkgs/tools/graphics/kst/default.nix
+++ b/pkgs/tools/graphics/kst/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     platforms = platforms.all;
     maintainers = [ maintainers.vbgl ];
+    broken = true;
   };
 }