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:
committed by
Andreas Enge
parent
6414018f27
commit
e7c59a901c
@@ -113,7 +113,10 @@ applying deltarpms, compatible with the original deltarpm packages.")
|
|||||||
(let ((dst (string-append #$output:doc "/share/gtk-doc")))
|
(let ((dst (string-append #$output:doc "/share/gtk-doc")))
|
||||||
(mkdir-p (dirname dst))
|
(mkdir-p (dirname dst))
|
||||||
(rename-file (search-input-directory outputs "share/gtk-doc")
|
(rename-file (search-input-directory outputs "share/gtk-doc")
|
||||||
dst)))))))
|
dst))))
|
||||||
|
(delete 'check)
|
||||||
|
(add-after 'install 'check
|
||||||
|
(assoc-ref %standard-phases 'check)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xml-4.1.2
|
(list docbook-xml-4.1.2
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
|||||||
Reference in New Issue
Block a user