Archived
1
0
Fork 0

gnu: kio: Fix indentation.

* gnu/packages/kde-frameworks.scm (kio): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2023-02-08 22:58:24 -05:00
parent b123a814bf
commit 1ab68deba6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2706,13 +2706,15 @@ consumption.")
`(,util-linux "lib") ; libmount `(,util-linux "lib") ; libmount
zlib)) zlib))
(arguments (arguments
(list #:phases (list
#:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch (add-after 'unpack 'patch
(lambda _ (lambda _
;; Better error message (taken from NixOS) ;; Better error message (taken from NixOS)
(substitute* "src/kiod/kiod_main.cpp" (substitute* "src/kiod/kiod_main.cpp"
(("(^\\s*qCWarning(KIOD_CATEGORY) << \"Error loading plugin:\")( << loader.errorString();)" _ a b) (("(^\\s*qCWarning(KIOD_CATEGORY) << \
\"Error loading plugin:\")( << loader.errorString();)" _ a b)
(string-append a "<< name" b))))) (string-append a "<< name" b)))))
(replace 'check (replace 'check
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)