guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 60b0818f05114203825cbbc3910e408d4b37e05b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 5 21:51:50 2026 +0100
gnu: libmodulemd: Fix build.
* gnu/packages/rpm.scm (libmodulemd)[#:phases]: Move ‘check’ after
‘install’.
---
gnu/packages/rpm.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rpm.scm b/gnu/packages/rpm.scm
index ff403682d9..b8aa93974f 100644
--- a/gnu/packages/rpm.scm
+++ b/gnu/packages/rpm.scm
@@ -113,7 +113,10 @@ applying deltarpms, compatible with the original deltarpm
packages.")
(let ((dst (string-append #$output:doc "/share/gtk-doc")))
(mkdir-p (dirname dst))
(rename-file (search-input-directory outputs "share/gtk-doc")
- dst)))))))
+ dst))))
+ (delete 'check)
+ (add-after 'install 'check
+ (assoc-ref %standard-phases 'check)))))
(native-inputs
(list docbook-xml-4.1.2
`(,glib "bin")