mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: criu: Drop xmlto workaround.
* gnu/packages/virtualization.scm (criu)[arguments]<#:phases>: Remove 'fix-documentation phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
89beef2b62
commit
657e0209b6
1 changed files with 0 additions and 10 deletions
|
@ -1982,16 +1982,6 @@ (define-public criu
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ; no configure script
|
||||
(add-after 'unpack 'fix-documentation
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(substitute* "Documentation/Makefile"
|
||||
(("-m custom.xsl")
|
||||
(string-append
|
||||
"-m custom.xsl --skip-validation -x "
|
||||
(assoc-ref inputs "docbook-xsl") "/xml/xsl/"
|
||||
,(package-name docbook-xsl) "-"
|
||||
,(package-version docbook-xsl)
|
||||
"/manpages/docbook.xsl")))))
|
||||
(add-after 'unpack 'hardcode-variables
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
;; Hardcode arm version detection
|
||||
|
|
Loading…
Reference in a new issue