mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xpad: Build against gtksourceview@3.
* gnu/packages/gnome.scm (xpad)[inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.
This commit is contained in:
parent
4ed252c332
commit
c72647fbae
1 changed files with 1 additions and 1 deletions
|
@ -7232,7 +7232,7 @@ (define-public xpad
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtksourceview" ,gtksourceview)
|
`(("gtksourceview" ,gtksourceview-3)
|
||||||
("libsm" ,libsm)))
|
("libsm" ,libsm)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Xpad")
|
(home-page "https://wiki.gnome.org/Apps/Xpad")
|
||||||
(synopsis "Virtual sticky note")
|
(synopsis "Virtual sticky note")
|
||||||
|
|
Loading…
Reference in a new issue