mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: denemo: Use older version of gtksourceview.
* gnu/packages/music.scm (denemo)[inputs]: Replace gtksourceview with gtksourceview-3. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>.
This commit is contained in:
parent
3a228f7a0a
commit
6bf795329a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ many input formats and provides a customisable Vi-style user interface.")
|
|||
("glib" ,glib)
|
||||
("gtk+" ,gtk+)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("gtksourceview" ,gtksourceview)
|
||||
("gtksourceview" ,gtksourceview-3)
|
||||
("guile" ,guile-2.0)
|
||||
("intltool" ,intltool)
|
||||
("librsvg" ,librsvg)
|
||||
|
|
Loading…
Reference in a new issue