gnu: clementine: Build with sqlite-with-column-metadata.
* gnu/packages/music.scm (clementine)[inputs]: Use sqlite-with-column-metadata. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
91b71cfbba
commit
f09e8abc5e
|
@ -284,7 +284,7 @@ score, keyboard, guitar, drum and controller views.")
|
|||
("pulseaudio" ,pulseaudio)
|
||||
("qtbase" ,qtbase)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("sqlite" ,sqlite)
|
||||
("sqlite" ,sqlite-with-column-metadata)
|
||||
("sparsehash" ,sparsehash)
|
||||
("taglib" ,taglib)))
|
||||
(home-page "http://clementine-player.org")
|
||||
|
|
Reference in New Issue