mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove vte/gtk+-2.
* gnu/packages/gnome.scm (vte/gtk+-2): Delete variable. Change-Id: I78c8866695474f1333b705e82ac4df961b76c7ca
This commit is contained in:
parent
e204bb5f1d
commit
0a85a0ee9d
1 changed files with 0 additions and 26 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue