gnu: xscreensaver: Remove CFLAG for old gcc versions.

* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Do what the
comment tells us.
master
Tobias Geerinckx-Rice 2019-07-10 23:48:41 +02:00
parent 4995a40478
commit 4cf57c3c8d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -1084,9 +1084,7 @@ color temperature should be set to match the lamps in your room.")
#t)))
#:configure-flags '("--with-pam" "--with-proc-interrupts"
"--without-readdisplay")
;; FIXME: Remove CFLAGS once our default compiler is GCC6 or later.
#:make-flags (list "CFLAGS=-std=c99"
(string-append "AD_DIR="
#:make-flags (list (string-append "AD_DIR="
(assoc-ref %outputs "out")
"/usr/lib/X11/app-defaults"))))
(native-inputs