~ruther/guix-local

bb4fcf7ba6c361f45215c0200515b7270d93dbdc — Hartmut Goebel 8 years ago 3d7bb7b
gnu: kio: Adopt a patch from Nix.

* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'patch': New phase.
1 files changed, 8 insertions(+), 0 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +8 -0
@@ 2446,6 2446,14 @@ makes starting KDE applications faster and reduces memory consumption.")
     `(#:tests? #f ; FIXME: 41/50 tests fail.
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch
           (lambda _
             ;; Better error message (taken from nix)
             (substitute* "src/kiod/kiod_main.cpp"
               (("(^\\s*qCWarning(KIOD_CATEGORY) << \"Error loading plugin:\")( << loader.errorString();)" _ a b)
                (string-append a "<< name" b)))
             ;; TODO: samba-search-path.patch from nix: search smbd on $PATH
             #t))
         (add-before 'check 'check-setup
           (lambda _
             (setenv "HOME" (getcwd))