[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: ncmpcpp: Move taglib from native-inputs.
From: |
Paul van der Walt |
Subject: |
[PATCH] gnu: ncmpcpp: Move taglib from native-inputs. |
Date: |
Mon, 9 Mar 2015 11:03:54 +0100 |
* gnu/packages/mpd.scm (ncmpcpp): Fixup badly-placed taglib input.
---
gnu/packages/mpd.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 2f9ad72..f89d3ed 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -191,13 +191,13 @@ terminal using ncurses.")
(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")
--
2.3.1