diff options
author | David Hashe <david.hashe@dhashe.com> | 2015-11-08 13:51:46 -0600 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-09 13:55:02 +0800 |
commit | c900f84307c64c00eb02754d127759d751e3c4bb (patch) | |
tree | ee168e17e8e91719a2a70c7e3e86903653b96331 /gnu/packages/ocaml.scm | |
parent | 0efd8be5ea4c1ce3b32091b5770b9ca8d7e0e7b0 (diff) | |
download | guix-c900f84307c64c00eb02754d127759d751e3c4bb.tar guix-c900f84307c64c00eb02754d127759d751e3c4bb.tar.gz |
gnu: Add gtksourceview.
* gnu/packages/gtk.scm (gtksourceview): Rename to...
(gtksourceview-2): ... this.
(gtksourceview): Update to 3.18.1.
* gnu/packages/ocaml.scm (lablgtk)[inputs]: Replace "gtksourceview" with "gtksourceview-2".
Co-authored-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ee4e7830b6..7f80fc8a32 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> +;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -453,7 +454,7 @@ provers.") ;; and gtk+-quartz-2.0 once available. (inputs `(("gtk+" ,gtk+-2) - ("gtksourceview" ,gtksourceview) + ("gtksourceview" ,gtksourceview-2) ("libgnomecanvas" ,libgnomecanvas) ("libgnomeui" ,libgnomeui) ("libglade" ,libglade) |