gnu: kio: Fix indentation.
* gnu/packages/kde-frameworks.scm (kio): Fix indentation.
This commit is contained in:
parent
b123a814bf
commit
1ab68deba6
1 changed files with 48 additions and 46 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue