guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: pianobar: Build with the default C standard.


From: guix-commits
Subject: 01/08: gnu: pianobar: Build with the default C standard.
Date: Mon, 25 May 2020 18:59:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 95fd14df34660b09033df65e0c4740b8996224ba
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 25 10:01:58 2020 +0200

    gnu: pianobar: Build with the default C standard.
    
    * gnu/packages/music.scm (pianobar)[arguments]: Remove CFLAGS from 
#:make-flags.
---
 gnu/packages/music.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9f30caf..2c6be8e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2718,8 +2718,7 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-       #:make-flags (list "CC=gcc" "CFLAGS=-std=c99"
-                          (string-append "PREFIX=" %output))
+       #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))
        #:phases (modify-phases %standard-phases
                   (delete 'configure))))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]