summary refs log tree commit diff
path: root/pkgs/applications/audio/pd-plugins/cyclone/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/pd-plugins/cyclone/default.nix')
-rw-r--r--pkgs/applications/audio/pd-plugins/cyclone/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/applications/audio/pd-plugins/cyclone/default.nix b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
index 30bdd534d40..b90c6a0ea36 100644
--- a/pkgs/applications/audio/pd-plugins/cyclone/default.nix
+++ b/pkgs/applications/audio/pd-plugins/cyclone/default.nix
@@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ puredata ];
 
-  /*unpackPhase = ''*/
-    /*unzip $src*/
-  /*'';*/
-
   patchPhase = ''
     for file in `grep -r -l g_canvas.h`
       do
@@ -32,7 +28,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments.";
+    description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments";
     homepage = http://puredata.info/downloads/cyclone;
     license = stdenv.lib.licenses.tcltk;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];