gnu: Remove vte/gtk+-2.

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

Change-Id: I78c8866695474f1333b705e82ac4df961b76c7ca
This commit is contained in:
Andreas Enge 2025-09-19 21:45:38 +02:00
parent e204bb5f1d
commit 0a85a0ee9d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")