guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0a85a0ee9de82586028c600e5bb7db6fd1ecb9fc
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Fri Sep 19 21:45:38 2025 +0200

    gnu: Remove vte/gtk+-2.
    
    * gnu/packages/gnome.scm (vte/gtk+-2): Delete variable.
    
    Change-Id: I78c8866695474f1333b705e82ac4df961b76c7ca
---
 gnu/packages/gnome.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6d001c6239..21a80af080 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")

Reply via email to