gnu: ncmpcpp: Enable taglib support.
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
This commit is contained in:
		
							parent
							
								
									ed2b1c4f55
								
							
						
					
					
						commit
						cd77777602
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -196,10 +196,11 @@ terminal using ncurses.") | |||
|      `(("pkg-config" ,pkg-config) | ||||
|        ("automake" ,automake) | ||||
|        ("autoconf" ,autoconf) | ||||
|        ("libtool" ,libtool))) | ||||
|        ("libtool" ,libtool) | ||||
|        ("taglib" ,taglib))) | ||||
|     (arguments | ||||
|      '(#:configure-flags | ||||
|        '("BOOST_LIB_SUFFIX=") | ||||
|        '("BOOST_LIB_SUFFIX=" "--with-taglib") | ||||
|        #:phases | ||||
|        (alist-cons-after | ||||
|         'unpack 'autogen | ||||
|  |  | |||
		Reference in a new issue