about summary refs log tree commit diff
path: root/pkgs/applications/audio/pd-plugins
diff options
context:
space:
mode:
authorCarl Thomé <carlthome@gmail.com>2023-08-13 22:57:32 +0200
committerCarl Thomé <carlthome@gmail.com>2023-08-13 22:58:55 +0200
commitc5a5c7d0adfa4aae1b8d142182d9f947c6b9ecc2 (patch)
tree17279d4cbcc980f95036a0ef95e150464eef1728 /pkgs/applications/audio/pd-plugins
parente6832908ad8d83788d33ad97dbd5c8f6e4d72051 (diff)
cyclone: mark broken
Diffstat (limited to 'pkgs/applications/audio/pd-plugins')
-rw-r--r--pkgs/applications/audio/pd-plugins/cyclone/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pd-plugins/cyclone/default.nix b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
index 3db6f176bf010..da4563bad3d2e 100644
--- a/pkgs/applications/audio/pd-plugins/cyclone/default.nix
+++ b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
@@ -24,10 +24,11 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    broken = true;
     description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments";
     homepage = "http://puredata.info/downloads/cyclone";
     license = licenses.tcltk;
     maintainers = [ maintainers.magnetophon maintainers.carlthome ];
-    platforms = platforms.linux ++ platforms.darwin;
+    platforms = platforms.linux;
   };
 }