pianobar: Change license and clean up code
The license was set to unfree so that Hydra doesn't build it; this is for potential problems arising from the Pandora TOS.
This commit is contained in:
parent
00e720471b
commit
9350c1d5ce
@ -12,9 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
pkgconfig libao faad2 libmad json_c libgcrypt gnutls
|
pkgconfig libao faad2 libmad json_c libgcrypt gnutls
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = "
|
makeFlags="PREFIX=$(out)";
|
||||||
makeFlags=\"PREFIX=$out\"
|
|
||||||
";
|
|
||||||
|
|
||||||
CC = "gcc";
|
CC = "gcc";
|
||||||
CFLAGS = "-std=c99";
|
CFLAGS = "-std=c99";
|
||||||
@ -23,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A console front-end for Pandora.com";
|
description = "A console front-end for Pandora.com";
|
||||||
homepage = "http://6xq.net/projects/pianobar/";
|
homepage = "http://6xq.net/projects/pianobar/";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
license = stdenv.lib.licenses.unfree;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user