diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-01 19:46:46 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-01 19:49:58 +0800 |
commit | 34b56974dfe720e5e30f04409ac216747d7e3f5c (patch) | |
tree | 9f269edbb2d925ef65768b2cfd45e2b7759c1e0d /gnu | |
parent | 3f092e4d762636ebef394d2a61d4967dcffe806d (diff) | |
download | guix-34b56974dfe720e5e30f04409ac216747d7e3f5c.tar.gz |
gnu: vte-ng: Remove package.
It fails to build and is not used anymore. * gnu/packages/gnome.scm (vte-ng): Remove package.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d38ed41291..18f0783208 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4562,28 +4562,6 @@ editors, IDEs, etc.") (propagated-inputs (modify-inputs (package-propagated-inputs vte) (replace "gtk+" gtk))))) -(define-public vte-ng - (package - (inherit vte) - (name "vte-ng") - (version "0.59.0") - (home-page "https://github.com/thestinger/vte-ng") - (source (origin - (method git-fetch) - (uri (git-reference (url home-page) (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "03ffhjc0fq9p25y1b2c0a51jn7y2bc0acxsgymhcb3pyijc8ykjm")))) - (build-system meson-build-system) - (arguments - (list #:configure-flags #~(list "-Ddocs=false"))) - (synopsis "Enhanced VTE terminal widget") - (description - "VTE is a library (libvte) implementing a terminal emulator widget for -GTK+, this fork provides additional functions exposed for keyboard text -selection and URL hints."))) - ;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07. (define-public vte/gtk+-2 (package (inherit vte) |