pianobar: *Flags are lists
This commit is contained in:
parent
6c40a45b88
commit
43e91d6f07
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
libao json_c libgcrypt ffmpeg curl
|
||||
];
|
||||
|
||||
makeFlags="PREFIX=$(out)";
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
CC = "gcc";
|
||||
CFLAGS = "-std=c99";
|
||||
|
Loading…
Reference in New Issue
Block a user