guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: ikiwiki: Add missing input.


From: guix-commits
Subject: 06/06: gnu: ikiwiki: Add missing input.
Date: Thu, 21 May 2020 08:24:21 -0400 (EDT)

pgarlick pushed a commit to branch master
in repository guix.

commit a7f89f97b73a732b7333b21e95946ed4c794b121
Author: Paul Garlick <address@hidden>
AuthorDate: Thu May 21 13:10:08 2020 +0100

    gnu: ikiwiki: Add missing input.
    
    * gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-xml-feed.
    [arguments]: Add 'pre-check' phase.
---
 gnu/packages/web.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index baea844..cf9bff8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4876,6 +4876,13 @@ NetSurf project.")
              (invoke "find"  "doc" "underlays" "-type" "f" "-exec"
                      "touch" "{}" "+")
              #t))
+         (add-before 'check 'pre-check
+           ;; XDG_DATA_DIRS is needed by the podcast.t test.
+           (lambda* (#:key inputs #:allow-other-keys)
+             (setenv "XDG_DATA_DIRS"
+                     (string-append (assoc-ref inputs "shared-mime-info")
+                                    "/share"))
+             #t))
          (add-after 'install 'wrap-programs
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out  (assoc-ref outputs "out"))
@@ -4907,6 +4914,7 @@ NetSurf project.")
        ("perl-lwpx-paranoidagent" ,perl-lwpx-paranoidagent)
        ("perl-mail-sendmail" ,perl-mail-sendmail)
        ("perl-timedate" ,perl-timedate)
+       ("perl-xml-feed" ,perl-xml-feed)
        ("perl-xml-sax" ,perl-xml-sax)
        ("perl-xml-simple" ,perl-xml-simple)
        ("perl-xml-twig" ,perl-xml-twig)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]