pianobar: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-29 23:21:22 +01:00 committed by Jan Tojnar
parent 6c40a45b88
commit 43e91d6f07
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
libao json_c libgcrypt ffmpeg curl
];
makeFlags="PREFIX=$(out)";
makeFlags = [ "PREFIX=$(out)" ];
CC = "gcc";
CFLAGS = "-std=c99";