3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #12398 from eduarrrd/pianobar

pianobar: 2014.09.28 -> 2015.11.22
This commit is contained in:
Pascal Wittmann 2016-01-15 07:45:54 +01:00
commit 3be1836e3d

View file

@ -1,15 +1,15 @@
{ fetchurl, stdenv, pkgconfig, libao, readline, json_c, libgcrypt, gnutls, libav }:
{ fetchurl, stdenv, pkgconfig, libao, readline, json_c, libgcrypt, libav, curl }:
stdenv.mkDerivation rec {
name = "pianobar-2014.09.28";
name = "pianobar-2015.11.22";
src = fetchurl {
url = "http://6xq.net/projects/pianobar/${name}.tar.bz2";
sha256 = "6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f";
sha256 = "0arjvs31d108l1mn2k2hxbpg3mxs47vqzxm0lzdpfcjvypkckyr3";
};
buildInputs = [
pkgconfig libao json_c libgcrypt gnutls libav
pkgconfig libao json_c libgcrypt libav curl
];
makeFlags="PREFIX=$(out)";
@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
CC = "gcc";
CFLAGS = "-std=c99";
configurePhase = "export CC=${CC}";
meta = with stdenv.lib; {
description = "A console front-end for Pandora.com";
homepage = "http://6xq.net/projects/pianobar/";