mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: komikku: Build with old webkit.
* gnu/packages/gnome.scm (komikku)[inputs]: Use webkitgtk-with-libsoup2.
This commit is contained in:
parent
00ec9e3414
commit
9628035145
1 changed files with 1 additions and 1 deletions
|
@ -12401,7 +12401,7 @@ (define-public komikku
|
||||||
python-pygobject
|
python-pygobject
|
||||||
python-requests
|
python-requests
|
||||||
python-unidecode
|
python-unidecode
|
||||||
webkitgtk))
|
webkitgtk-with-libsoup2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue