Punctuation and capitalisation.

This commit is contained in:
Bart Brouns
2015-03-16 19:34:36 +01:00
parent 2479dc0c63
commit 46658b8a19
6 changed files with 6 additions and 10 deletions
@@ -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 ];