guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: hpcguix-web: Do not re-bootstrap.


From: Ricardo Wurmus
Subject: 07/22: gnu: hpcguix-web: Do not re-bootstrap.
Date: Sun, 11 Nov 2018 07:11:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2fef54fd64495148e0c546ef4ecaacf9503e62db
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 12:27:01 2018 +0100

    gnu: hpcguix-web: Do not re-bootstrap.
    
    * gnu/packages/web.scm (hpcguix-web)[arguments]: Do not run autoreconf after
    the bootstrap phase; remove "autoconf" phase to "set-variables"; end phase
    with #T.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b0ab4ad..03deab4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6761,14 +6761,14 @@ compressed JSON header blocks.
                     (srfi srfi-26)
                     (ice-9 popen)
                     (ice-9 rdelim))
-
          #:phases
          (modify-phases %standard-phases
-           (add-before 'configure 'autoconf
+           (add-before 'configure 'set-variables
              (lambda _
+               ;; This prevents a few warnings
                (setenv "GUILE_AUTO_COMPILE" "0")
                (setenv "XDG_CACHE_HOME" (getcwd))
-               (invoke "autoreconf" "-vif")))
+               #t))
            (add-after 'install 'wrap-program
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out      (assoc-ref outputs "out"))



reply via email to

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