me
/
guix
Archived
1
0
Fork 0

gnu: criu: Delete custom 'configure phase.

* gnu/packages/virtualization.scm (criu)[arguments]: Delete 'configure
phase.
master
Tobias Geerinckx-Rice 2021-10-21 14:44:01 +02:00
parent 3f90f83576
commit c07266dee5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 8 deletions

View File

@ -1568,14 +1568,8 @@ domains, their live performance and resource utilization statistics.")
"/bin/xmlto"))
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs #:allow-other-keys)
;; 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
(delete 'configure) ; no configure script
(add-after 'unpack 'fix-documentation
(lambda* (#:key inputs outputs #:allow-other-keys)
(substitute* "Documentation/Makefile"
(("-m custom.xsl")