me
/
guix
Archived
1
0
Fork 0

gnu: mpd: Build with the default GCC.

* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
master
Leo Famulari 2017-06-21 02:49:55 -04:00
parent 99d8b07981
commit 7641266b03
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 2 deletions

View File

@ -117,8 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
("pulseaudio" ,pulseaudio)
("sqlite" ,sqlite)
("zlib" ,zlib)))
(native-inputs `(("gcc" ,gcc-5) ; Fails to build with GCC@4.
("pkg-config" ,pkg-config)))
(native-inputs `(("pkg-config" ,pkg-config)))
;; Missing optional inputs:
;; libyajl
;; libcdio_paranoia