summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-04-19 08:38:31 +0530
committerSughosha <sughosha@disroot.org>2026-04-19 08:38:31 +0530
commit082c705d4898b9668b0f9fd3a05204bd773935e4 (patch)
tree852e9b919c5eee6ede5cfc115fb249404bb52954 /gnu
parenta544e592059fa2ed7fd3242d0f53f5dbf7e36abc (diff)
gnu: kaidan: Improve package style.
* gnu/packages/kde-internet.scm (kaidan)[source]: Adjust formatting to meet the 80 characters line width convention. [arguments]: Likewise. Change-Id: I5202fa5b200c3f1193f38279baa4f279f31e2451
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-internet.scm24
1 files changed, 13 insertions, 11 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index d08c6eaeea2..43cf31e9684 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -190,16 +190,17 @@ framework. It builds XMPP clients complying with the XMPP Compliance Suites
190 (package 190 (package
191 (name "kaidan") 191 (name "kaidan")
192 (version "0.15.0") 192 (version "0.15.0")
193 (source (origin 193 (source
194 (method url-fetch) 194 (origin
195 (uri (string-append "mirror://kde/unstable/kaidan/" version 195 (method url-fetch)
196 "/kaidan-" version ".tar.xz")) 196 (uri (string-append "mirror://kde/unstable/kaidan/" version
197 (modules '((guix build utils))) 197 "/kaidan-" version ".tar.xz"))
198 (snippet 198 (modules '((guix build utils)))
199 #~(begin 199 (snippet
200 (delete-file-recursively "3rdparty"))) 200 #~(begin
201 (sha256 201 (delete-file-recursively "3rdparty")))
202 (base32 "11g4lifji6gh9zmpgyx4dnmxyzzwkhhj84j2w9r4bvgqm2pxdhnd")))) 202 (sha256
203 (base32 "11g4lifji6gh9zmpgyx4dnmxyzzwkhhj84j2w9r4bvgqm2pxdhnd"))))
203 (build-system qt-build-system) 204 (build-system qt-build-system)
204 (arguments 205 (arguments
205 (list 206 (list
@@ -215,7 +216,8 @@ framework. It builds XMPP clients complying with the XMPP Compliance Suites
215 (lambda _ 216 (lambda _
216 (let ((gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) 217 (let ((gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
217 (wrap-program (string-append #$output "/bin/kaidan") 218 (wrap-program (string-append #$output "/bin/kaidan")
218 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))))))) 219 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix
220 (,gst-plugin-path)))))))))
219 (native-inputs (list extra-cmake-modules 221 (native-inputs (list extra-cmake-modules
220 pkg-config)) 222 pkg-config))
221 (inputs (list bash-minimal 223 (inputs (list bash-minimal