gnu: criu: Delete custom 'configure phase.
* gnu/packages/virtualization.scm (criu)[arguments]: Delete 'configure phase.master
parent
3f90f83576
commit
c07266dee5
|
@ -1568,14 +1568,8 @@ domains, their live performance and resource utilization statistics.")
|
||||||
"/bin/xmlto"))
|
"/bin/xmlto"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(delete 'configure) ; no configure script
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(add-after 'unpack 'fix-documentation
|
||||||
;; The includes for libnl are located in a sub-directory.
|
|
||||||
(setenv "C_INCLUDE_PATH"
|
|
||||||
(string-append (assoc-ref inputs "libnl")
|
|
||||||
"/include/libnl3:"
|
|
||||||
(or (getenv "C_INCLUDE_PATH") "")))))
|
|
||||||
(add-after 'configure 'fix-documentation
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(substitute* "Documentation/Makefile"
|
(substitute* "Documentation/Makefile"
|
||||||
(("-m custom.xsl")
|
(("-m custom.xsl")
|
||||||
|
|
Reference in New Issue