gnu: ncmpcpp: Move taglib from native-inputs.
* gnu/packages/mpd.scm (ncmpcpp): Move TAGLIB from ‘native-inputs’ to ‘inputs’.
This commit is contained in:
parent
2cb4ca6303
commit
a22722c1a5
|
@ -191,13 +191,13 @@ terminal using ncurses.")
|
||||||
(inputs `(("libmpdclient" ,libmpdclient)
|
(inputs `(("libmpdclient" ,libmpdclient)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)
|
||||||
|
("taglib" ,taglib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)))
|
||||||
("taglib" ,taglib)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
'("BOOST_LIB_SUFFIX=" "--with-taglib")
|
'("BOOST_LIB_SUFFIX=" "--with-taglib")
|
||||||
|
|
Loading…
Reference in New Issue