3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Pierre Langlois 2018-08-13 09:05:17 +01:00 committed by Leo Famulari
parent c2f6c9ba26
commit 8a63a4df51
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -281,7 +281,6 @@ score, keyboard, guitar, drum and controller views.")
("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)
("qtwebkit" ,qtwebkit)
("sqlite" ,sqlite-with-fts3)
("sparsehash" ,sparsehash)
("taglib" ,taglib)))