gnu: xpad: Fix build.

* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview
with gtksourceview-4.
This commit is contained in:
Efraim Flashner 2022-10-26 11:33:32 +03:00
parent d409a83e7c
commit cbc1f75418
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10820,7 +10820,7 @@ (define-public xpad
(list autoconf automake
`(,gtk+ "bin") intltool pkg-config))
(inputs
(list gtksourceview libsm))
(list gtk+ gtksourceview-4 libsm))
(home-page "https://wiki.gnome.org/Apps/Xpad")
(synopsis "Virtual sticky note")
(description