1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: wxwidgets: Build with webkitgtk.

* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Remove webkitgtk@2.4,
add webkitgtk.
This commit is contained in:
Efraim Flashner 2017-03-20 18:02:41 +02:00
parent 4f9998c66f
commit 2314474b01
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -65,7 +65,7 @@
("libsm" ,libsm)
("libtiff" ,libtiff)
("mesa" ,mesa)
("webkitgtk" ,webkitgtk-2.4)
("webkitgtk" ,webkitgtk)
("sdl" ,sdl)))
(native-inputs
`(("pkg-config" ,pkg-config)))