pianobar: fix build

This commit is contained in:
Robert Schütz
2025-11-16 07:55:57 -08:00
parent 74d29a0670
commit d9b314ca9a
-3
View File
@@ -32,9 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "PREFIX=$(out)" ];
CC = "gcc";
CFLAGS = "-std=c99";
meta = {
changelog = "https://github.com/PromyLOPh/pianobar/raw/${finalAttrs.src.rev}/ChangeLog";
description = "Console front-end for Pandora.com";