guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: criu: Delete custom 'configure phase.


From: guix-commits
Subject: 02/06: gnu: criu: Delete custom 'configure phase.
Date: Thu, 21 Oct 2021 13:51:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c07266dee5a08160d98ec725052db35a8cc33686
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 21 14:44:01 2021 +0200

    gnu: criu: Delete custom 'configure phase.
    
    * gnu/packages/virtualization.scm (criu)[arguments]: Delete 'configure
    phase.
---
 gnu/packages/virtualization.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 4fe1663..e9217dc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]