guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f16a41d257e5a55c5dcbed604ac81585b2ab167a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 13:11:02 2026 +0000

    gnu: liquidctl: Fix build.
    
    * gnu/packages/hardware.scm (liquidctl):
      [phases] {set-runtime-dir}: Move before {build}.
    
    Relates-to: guix/guix#5892
    Change-Id: I666b7d48697fed2d360b5a26228e047e2b22adbd
---
 gnu/packages/hardware.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 0a8c01297f..9983070915 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1024,7 +1024,7 @@ specific SMBIOS tables.")
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
-               (add-before 'check 'set-runtime-dir
+               (add-before 'build 'set-runtime-dir
                  (lambda _
                    (setenv "XDG_RUNTIME_DIR" "/tmp"))))))
     (native-inputs

Reply via email to