mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
c2f6c9ba26
commit
8a63a4df51
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ (define-public clementine
|
|||
("pulseaudio" ,pulseaudio)
|
||||
("qtbase" ,qtbase)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("qtwebkit" ,qtwebkit)
|
||||
("sqlite" ,sqlite-with-fts3)
|
||||
("sparsehash" ,sparsehash)
|
||||
("taglib" ,taglib)))
|
||||
|
|
Loading…
Reference in a new issue