From 46adc04b15ec39066090b22d1dd4bcdcb47e6d13 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Mar 2026 19:37:49 +0000 Subject: [PATCH] gnu: guile-knots: Update to 0-30.f203a89. * gnu/packages/guile-xyz.scm (guile-knots): Update to 0-30.f203a89. [arguments]: Add phase to set HOME=/tmp. Change-Id: I2f1c9e5e673035b3b60fb49c1d6e24ec10078956 --- gnu/packages/guile-xyz.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 66b6523e8f..a0ef10344b 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -7656,8 +7656,8 @@ is an attempt to combine both into something useful.") (license license:asl2.0)))) (define-public guile-knots - (let ((commit "35f4c16ab0b3846cd10f5209b39a6a3f5bf8a3f1") - (revision "29")) + (let ((commit "f203a8933a86fed35d23bf9627cd53a91ac1c1b3") + (revision "30")) (package (name "guile-knots") (version (git-version "0" revision commit)) @@ -7668,9 +7668,15 @@ is an attempt to combine both into something useful.") (commit commit))) (sha256 (base32 - "0zd4k5c0v4rdbhlb6fwa51v53s8rs8xjrznvdnw3yhkpiy66x1ki")) + "172n673xbjqg1jrjk99slwvd60pq2zf3jwvrahlqfsgiqbclgp4i")) (file-name (git-file-name name version)))) (build-system gnu-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + (add-before 'check 'set-HOME + (lambda _ + ;; Enable Guile auto-compilation for the tests + (setenv "HOME" "/tmp")))))) (native-inputs (list pkg-config autoconf