guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: mpd: Build with the default GCC.


From: Leo Famulari
Subject: 03/03: gnu: mpd: Build with the default GCC.
Date: Wed, 21 Jun 2017 15:15:27 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7641266b0328f8a3a4f3643560d00dcf82d539b3
Author: Leo Famulari <address@hidden>
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 address@hidden
-                     ("pkg-config" ,pkg-config)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
     ;; Missing optional inputs:
     ;;   libyajl
     ;;   libcdio_paranoia



reply via email to

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