summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6d001c62394..21a80af0804 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")