summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2015-03-16 19:34:36 +0100
committerBart Brouns <bart@magnetophon.nl>2015-03-16 19:34:36 +0100
commit46658b8a19e30b2c0bce5571a541b886bb44d05f (patch)
tree80ebb516f1aa2f692b922c8299de32c5abc1b0a3
parent2479dc0c636995788301892b92c3c061477b4738 (diff)
downloadnixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar.gz
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar.bz2
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar.lz
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar.xz
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.tar.zst
nixpkgs-46658b8a19e30b2c0bce5571a541b886bb44d05f.zip
Punctuation and capitalisation.
-rw-r--r--pkgs/applications/audio/pd-plugins/cyclone/default.nix6
-rw-r--r--pkgs/applications/audio/pd-plugins/helmholtz/default.nix2
-rw-r--r--pkgs/applications/audio/pd-plugins/maxlib/default.nix2
-rw-r--r--pkgs/applications/audio/pd-plugins/mrpeach/default.nix2
-rw-r--r--pkgs/applications/audio/pd-plugins/puremapping/default.nix2
-rw-r--r--pkgs/applications/audio/pd-plugins/zexy/default.nix2
6 files changed, 6 insertions, 10 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 ];
diff --git a/pkgs/applications/audio/pd-plugins/helmholtz/default.nix b/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
index edc8aeb6eb0..9046ec0a87f 100644
--- a/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
+++ b/pkgs/applications/audio/pd-plugins/helmholtz/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "time domain pitch tracker for Pure Data";
+    description = "Time domain pitch tracker for Pure Data";
     homepage = http://www.katjaas.nl/helmholtz/helmholtz.html;
     license = stdenv.lib.licenses.bsd3;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
diff --git a/pkgs/applications/audio/pd-plugins/maxlib/default.nix b/pkgs/applications/audio/pd-plugins/maxlib/default.nix
index 0d8b2dd8e2e..dc4d0375961 100644
--- a/pkgs/applications/audio/pd-plugins/maxlib/default.nix
+++ b/pkgs/applications/audio/pd-plugins/maxlib/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "A library of non-tilde externals for puredata, by Miller Puckette.";
+    description = "A library of non-tilde externals for puredata, by Miller Puckette";
     homepage = http://puredata.info/downloads/maxlib;
     license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
diff --git a/pkgs/applications/audio/pd-plugins/mrpeach/default.nix b/pkgs/applications/audio/pd-plugins/mrpeach/default.nix
index 1d553231ded..5f76b208e14 100644
--- a/pkgs/applications/audio/pd-plugins/mrpeach/default.nix
+++ b/pkgs/applications/audio/pd-plugins/mrpeach/default.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "A collection of Pd objectclasses for OSC-messages.";
+    description = "A collection of Pd objectclasses for OSC-messages";
     homepage = http://puredata.info/downloads/osc;
     license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
diff --git a/pkgs/applications/audio/pd-plugins/puremapping/default.nix b/pkgs/applications/audio/pd-plugins/puremapping/default.nix
index f7f1969fe27..fc7fc5ee3d0 100644
--- a/pkgs/applications/audio/pd-plugins/puremapping/default.nix
+++ b/pkgs/applications/audio/pd-plugins/puremapping/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system.";
+    description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system";
     homepage = http://www.chnry.net/ch/?090-Pure-Mapping&lang=en;
     license = stdenv.lib.licenses.gpl1;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
diff --git a/pkgs/applications/audio/pd-plugins/zexy/default.nix b/pkgs/applications/audio/pd-plugins/zexy/default.nix
index 89a0f8191df..68996e9e6e4 100644
--- a/pkgs/applications/audio/pd-plugins/zexy/default.nix
+++ b/pkgs/applications/audio/pd-plugins/zexy/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "the swiss army knife for puredata";
+    description = "The swiss army knife for puredata";
     homepage = http://puredata.info/downloads/zexy;
     license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];