summary refs log tree commit diff
path: root/pkgs/applications/audio/beast
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-03-03 16:44:02 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-03 20:17:16 +0100
commit0297fdc76495ce1b9301ab49fe2281a20e13174c (patch)
tree3c4ba60c9180fd0e8b38d7fabee04c0e1a931831 /pkgs/applications/audio/beast
parent0a8d9779c5b3bce15b252bb0f31c94744107ecf6 (diff)
downloadnixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar.gz
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar.bz2
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar.lz
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar.xz
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.tar.zst
nixpkgs-0297fdc76495ce1b9301ab49fe2281a20e13174c.zip
beast: mark as broken
Diffstat (limited to 'pkgs/applications/audio/beast')
-rw-r--r--pkgs/applications/audio/beast/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/beast/default.nix b/pkgs/applications/audio/beast/default.nix
index 900d6759e4a..7f62d53af9e 100644
--- a/pkgs/applications/audio/beast/default.nix
+++ b/pkgs/applications/audio/beast/default.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     description = "A music composition and modular synthesis application";
     homepage = http://beast.gtk.org;
     license = with licenses; [ gpl2 lgpl21 ];
+    broken = true;
   };
 }