about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-09 09:19:05 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-09 10:01:49 -0500
commit5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830 (patch)
tree48150176f09940fc10db7e1d49f3b68bf1a708cb
parenta583fe221af9023a819e4ab72140c66923d86609 (diff)
downloadnixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar.gz
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar.bz2
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar.lz
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar.xz
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.tar.zst
nixlib-5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830.zip
sonic-visualiser: mark broken
-rw-r--r--pkgs/applications/audio/sonic-visualiser/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/sonic-visualiser/default.nix b/pkgs/applications/audio/sonic-visualiser/default.nix
index 31a95c51fc50..d48f1eb851b7 100644
--- a/pkgs/applications/audio/sonic-visualiser/default.nix
+++ b/pkgs/applications/audio/sonic-visualiser/default.nix
@@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.goibhniu maintainers.marcweber ];
     platforms = platforms.linux;
+    broken = true;
   };
 }