1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: mpd: Build with the default GCC.

* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
This commit is contained in:
Leo Famulari
2017-06-21 02:49:55 -04:00
parent 99d8b07981
commit 7641266b03
+1 -2
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