1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: libmodulemd: Fix build.

* gnu/packages/rpm.scm (libmodulemd)[#:phases]: Move ‘check’ after ‘install’.
This commit is contained in:
Liliana Marie Prikler
2026-03-05 21:51:50 +01:00
committed by Andreas Enge
parent 6414018f27
commit e7c59a901c

View File

@@ -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")