~ruther/guix-local

0a85a0ee9de82586028c600e5bb7db6fd1ecb9fc — Andreas Enge 6 months ago e204bb5
gnu: Remove vte/gtk+-2.

* gnu/packages/gnome.scm (vte/gtk+-2): Delete variable.

Change-Id: I78c8866695474f1333b705e82ac4df961b76c7ca
1 files changed, 0 insertions(+), 26 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +0 -26
@@ 4691,32 4691,6 @@ editors, IDEs, etc.")
              (append libsixel)
              (append lz4)))))

;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
(define-public vte/gtk+-2
  (package (inherit vte)
    (name "vte")
    (version "0.28.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
                                  (version-major+minor version) "/"
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "1bmhahkf8wdsra9whd3k5l5z4rv7r58ksr8mshzajgq2ma0hpkw6"))
              (patches (search-patches
                         "vte-CVE-2012-2738-pt1.patch"
                         "vte-CVE-2012-2738-pt2.patch"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--disable-python")))
    (native-inputs
     (list pkg-config intltool
           `(,glib "bin")))   ; for glib-genmarshal, etc.
    (propagated-inputs
     (list gtk+-2 ; required by libvte.pc
           ncurses)))) ; required by libvte.la

(define-public vinagre
  (package
    (name "vinagre")