lfam pushed a commit to branch master
in repository guix.

commit 7641266b0328f8a3a4f3643560d00dcf82d539b3
Author: Leo Famulari <[email protected]>
Date:   Wed Jun 21 02:49:55 2017 -0400

    gnu: mpd: Build with the default GCC.
    
    * gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
---
 gnu/packages/mpd.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 11ca2d1..5692ff6 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -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

Reply via email to