mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xpad: Fix build.
* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview with gtksourceview-4.
This commit is contained in:
parent
d409a83e7c
commit
cbc1f75418
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue