diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 12:55:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 13:07:25 +0200 |
commit | da11c16b5b64670d99503df205502e22015910d7 (patch) | |
tree | 8cf23eac6b6837aa170f264c8b3752f188eba328 /gnu | |
parent | 53865a93e301eba221607a5b2e0f75aa357a8db2 (diff) | |
download | guix-da11c16b5b64670d99503df205502e22015910d7.tar.gz |
gnu: Remove vte-0.36.
* gnu/packages/gnome.scm: Remome vte-0.36.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9c0daa8f64..8f0153f6bf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3374,28 +3374,7 @@ editors, IDEs, etc.") GTK+, this fork provides additional functions exposed for keyboard text selection and URL hints."))) -;; provides vte 2.90, required for some terminal emulators -;; tilda bug: https://github.com/lanoxx/tilda/issues/94 -;; pantheon-terminal bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788021 -;; roxterm bug: http://sourceforge.net/p/roxterm/bugs/107/ -;; pantheon-terminal, roxterm are not currently packaged -(define-public vte-0.36 - (package (inherit vte) - (name "vte") - (version "0.36.5") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "1psfnqsmxx4qzc55qwvb8jai824ix4pqcdqhgxk0g2zh82bcxhn2")))) - (propagated-inputs - `(("gtk" ,gtk+) - ("ncurses" ,ncurses))))) - -;; stable version for gtk2, required by xfce4-terminal. +;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07. (define-public vte/gtk+-2 (package (inherit vte) (name "vte") |