summary refs log tree commit diff
path: root/pkgs/applications/audio/foo-yc20
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-11-07 14:06:35 +0100
committerBart Brouns <bart@magnetophon.nl>2016-11-07 14:06:35 +0100
commitf63c179b0b0eb08cd06adf5deb973370da80314c (patch)
treef76191e818c2bdc042b81e63829e4b8756288f9a /pkgs/applications/audio/foo-yc20
parent77afa8e6b7287abbf961fa03f73e9bdfe37bb542 (diff)
downloadnixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar.gz
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar.bz2
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar.lz
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar.xz
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.tar.zst
nixpkgs-f63c179b0b0eb08cd06adf5deb973370da80314c.zip
magnetophonDSP: update to new faust libraries
Diffstat (limited to 'pkgs/applications/audio/foo-yc20')
-rw-r--r--pkgs/applications/audio/foo-yc20/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/foo-yc20/default.nix b/pkgs/applications/audio/foo-yc20/default.nix
index 4ccbb425612..073d28ef870 100644
--- a/pkgs/applications/audio/foo-yc20/default.nix
+++ b/pkgs/applications/audio/foo-yc20/default.nix
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
   postInstallFixup = "rm -rf $out/lib/lv2";
 
   meta = {
+    broken = true; # see: https://github.com/sampov2/foo-yc20/issues/7
     description = "A Faust implementation of a 1969 designed Yamaha combo organ, the YC-20";
     homepage = https://github.com/sampov2/foo-yc20;
     license     = "BSD";