From 45fb8b7dc791cd60ae93a8472f56e4e54b27ee13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 7 Nov 2025 17:30:25 +0100 Subject: [PATCH] gnu: kmscon: Remove useless #:disallowed-references. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/terminals.scm (kmscon)[arguments]: Remove useless #:disallowed-references. Change-Id: I367e8d4156574e92d93a08979bce134011d2e2d5 Signed-off-by: Ludovic Courtès --- gnu/packages/terminals.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 4413801d37..6b393e192b 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 Mckinley Olsen ;;; Copyright © 2016, 2017, 2019 Alex Griffin ;;; Copyright © 2016 David Craven -;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès +;;; Copyright © 2016-2017, 2019-2020, 2025 Ludovic Courtès ;;; Copyright © 2016, 2017 José Miguel Sánchez García ;;; Copyright © 2017–2022 Tobias Geerinckx-Rice ;;; Copyright © 2017 Kei Kebreau @@ -321,10 +321,7 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.") (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - `(;; The closure of MESA is huge so we'd rather avoid it. - #:disallowed-references (,mesa) - - #:phases (modify-phases %standard-phases + `(#:phases (modify-phases %standard-phases ;; Use elogind instead of systemd. (add-before 'configure 'remove-systemd (lambda _