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
Pierre Langlois 2018-11-07 09:31:18 +00:00 committed by Leo Famulari
parent 91b71cfbba
commit f09e8abc5e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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")