gnu: clementine: Drop dependency on qtwebkit.
QtWebkit is optionally included in CMakeList.txt but isn't actually used anywhere in the code. * gnu/packages/music.scm (clementine)[inputs]: Remove qtwebkit. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
c2f6c9ba26
commit
8a63a4df51
|
@ -281,7 +281,6 @@ score, keyboard, guitar, drum and controller views.")
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtx11extras" ,qtx11extras)
|
("qtx11extras" ,qtx11extras)
|
||||||
("qtwebkit" ,qtwebkit)
|
|
||||||
("sqlite" ,sqlite-with-fts3)
|
("sqlite" ,sqlite-with-fts3)
|
||||||
("sparsehash" ,sparsehash)
|
("sparsehash" ,sparsehash)
|
||||||
("taglib" ,taglib)))
|
("taglib" ,taglib)))
|
||||||
|
|
Loading…
Reference in New Issue