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