me
/
guix
Archived
1
0
Fork 0

gnu: xpad: Fix build.

* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview
with gtksourceview-4.
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
1 changed files with 1 additions and 1 deletions

View File

@ -10820,7 +10820,7 @@ is suitable as a default application in a Desktop environment.")
(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