mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -191,13 +191,13 @@ (define-public ncmpcpp
|
|||
(inputs `(("libmpdclient" ,libmpdclient)
|
||||
("boost" ,boost)
|
||||
("readline" ,readline)
|
||||
("ncurses" ,ncurses)))
|
||||
("ncurses" ,ncurses)
|
||||
("taglib" ,taglib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
("libtool" ,libtool)
|
||||
("taglib" ,taglib)))
|
||||
("libtool" ,libtool)))
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
'("BOOST_LIB_SUFFIX=" "--with-taglib")
|
||||
|
|
Loading…
Reference in a new issue