summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/terminals.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 4413801d378..6b393e192be 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -3,7 +3,7 @@
3;;; Copyright © 2016 Mckinley Olsen <mck.olsen@gmail.com> 3;;; Copyright © 2016 Mckinley Olsen <mck.olsen@gmail.com>
4;;; Copyright © 2016, 2017, 2019 Alex Griffin <a@ajgrf.com> 4;;; Copyright © 2016, 2017, 2019 Alex Griffin <a@ajgrf.com>
5;;; Copyright © 2016 David Craven <david@craven.ch> 5;;; Copyright © 2016 David Craven <david@craven.ch>
6;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org> 6;;; Copyright © 2016-2017, 2019-2020, 2025 Ludovic Courtès <ludo@gnu.org>
7;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org> 7;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
8;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr> 8;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
9;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net> 9;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
@@ -321,10 +321,7 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
321 (file-name (git-file-name name version)))) 321 (file-name (git-file-name name version))))
322 (build-system gnu-build-system) 322 (build-system gnu-build-system)
323 (arguments 323 (arguments
324 `(;; The closure of MESA is huge so we'd rather avoid it. 324 `(#:phases (modify-phases %standard-phases
325 #:disallowed-references (,mesa)
326
327 #:phases (modify-phases %standard-phases
328 ;; Use elogind instead of systemd. 325 ;; Use elogind instead of systemd.
329 (add-before 'configure 'remove-systemd 326 (add-before 'configure 'remove-systemd
330 (lambda _ 327 (lambda _