From 4f3aae9bad7105e9c8c42992b60bd4c69e91dae5 Mon Sep 17 00:00:00 2001 From: Daniel Littlewood Date: Tue, 28 Apr 2026 09:24:08 +0100 Subject: [PATCH] gnu: srain: Remove input labels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/irc.scm (srain)[native-inputs]: Remove input labels. [source]: Indent. Change-Id: I88dd4d4f2b77819c0b14d0849a4bc1522903bad4 Reviewed-by: Nicolas Graves Signed-off-by: Nguyễn Gia Phong --- gnu/packages/irc.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index f6646e49d52..458e84f6d69 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2024 Christian Miller ;;; Copyright © 2024 Ricardo Wurmus ;;; Copyright © 2025 Zheng Junjie +;;; Copyright © 2026 Daniel Littlewood ;;; ;;; This file is part of GNU Guix. ;;; @@ -421,8 +422,8 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/SrainApp/srain") - (commit version))) + (url "https://github.com/SrainApp/srain") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 "105z2kbj9ar6zk6i1qrbysrp9vbz692kbl2dwdxcwly0yh4cbd0p")))) @@ -433,11 +434,11 @@ using a mouse. It is customizable and extensible with plugins and scripts.") #:tests? #f ;there are no tests #:glib-or-gtk? #t)) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config) - ("python" ,python-wrapper) - ("python-sphinx" ,python-sphinx))) + (list gettext-minimal + `(,glib "bin") + pkg-config + python-wrapper + python-sphinx)) (inputs (list glib-networking gsettings-desktop-schemas