gnu: cambalache: Fix buld.
As seen in http://ci.guix.gnu.org/build/3338535/log/raw. * gnu/packages/gnome.scm (cambalache): Fix build. [inputs]: Swap duplicated webkitgtk to webkitgtk-for-gtk3. Change-Id: I9604159d3aa343e0bcb539cfade520ddd97cb489master
parent
9e9c1613dd
commit
17e0b03824
|
@ -3397,7 +3397,7 @@ compiles to GTKBuilder XML.")
|
||||||
python-pycairo
|
python-pycairo
|
||||||
python-pygobject
|
python-pygobject
|
||||||
python-lxml
|
python-lxml
|
||||||
webkitgtk
|
webkitgtk-for-gtk3
|
||||||
webkitgtk))
|
webkitgtk))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin")
|
(list `(,glib "bin")
|
||||||
|
|
Reference in New Issue