mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mpd: Build with the default GCC.
* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
This commit is contained in:
parent
99d8b07981
commit
7641266b03
1 changed files with 1 additions and 2 deletions
|
@ -117,8 +117,7 @@ (define-public mpd
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue