guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gupnp: Fix build.


From: guix-commits
Subject: 01/03: gnu: gupnp: Fix build.
Date: Sat, 18 Sep 2021 06:46:31 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 3963211668a2b5626805530568b88a9a4eb9e3f1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 18 12:43:24 2021 +0200

    gnu: gupnp: Fix build.
    
    * gnu/packages/gnome.scm (gupnp)[arguments]<#:phases>: Add a 'pre-check 
phase.
---
 gnu/packages/gnome.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 53455a3..6c817ec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1329,6 +1329,13 @@ a debugging tool, @command{gssdp-device-sniffer}.")
              (base32
               "1ld7mrpdv9cszmfzh7i19qx4li25j3fr7x1jp38l8phzlmz3187p"))))
    (build-system meson-build-system)
+   (arguments
+    `(#:phases
+      (modify-phases %standard-phases
+        (add-before 'check 'pre-check
+          (lambda _
+            ;; Tests require a writable HOME.
+            (setenv "HOME" (getcwd)))))))
    (native-inputs
     `(("gettext" ,gettext-minimal)
       ("glib:bin" ,glib "bin")



reply via email to

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