summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-09-19 21:45:38 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-19 21:45:38 +0200
commit0a85a0ee9de82586028c600e5bb7db6fd1ecb9fc (patch)
tree376b99e7e496a4150dc05133a5fe945a6dab778b /gnu
parente204bb5f1d6193ddb09bbbbdbeff8f6a3f1de15b (diff)
gnu: Remove vte/gtk+-2.
* gnu/packages/gnome.scm (vte/gtk+-2): Delete variable. Change-Id: I78c8866695474f1333b705e82ac4df961b76c7ca
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.")
4691 (append libsixel) 4691 (append libsixel)
4692 (append lz4))))) 4692 (append lz4)))))
4693 4693
4694;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
4695(define-public vte/gtk+-2
4696 (package (inherit vte)
4697 (name "vte")
4698 (version "0.28.2")
4699 (source (origin
4700 (method url-fetch)
4701 (uri (string-append "mirror://gnome/sources/" name "/"
4702 (version-major+minor version) "/"
4703 name "-" version ".tar.xz"))
4704 (sha256
4705 (base32
4706 "1bmhahkf8wdsra9whd3k5l5z4rv7r58ksr8mshzajgq2ma0hpkw6"))
4707 (patches (search-patches
4708 "vte-CVE-2012-2738-pt1.patch"
4709 "vte-CVE-2012-2738-pt2.patch"))))
4710 (build-system gnu-build-system)
4711 (arguments
4712 '(#:configure-flags '("--disable-python")))
4713 (native-inputs
4714 (list pkg-config intltool
4715 `(,glib "bin"))) ; for glib-genmarshal, etc.
4716 (propagated-inputs
4717 (list gtk+-2 ; required by libvte.pc
4718 ncurses)))) ; required by libvte.la
4719
4720(define-public vinagre 4694(define-public vinagre
4721 (package 4695 (package
4722 (name "vinagre") 4696 (name "vinagre")