guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: bc: Don't duplicate bootstrap phase.


From: guix-commits
Subject: branch core-updates updated: gnu: bc: Don't duplicate bootstrap phase.
Date: Tue, 06 Jul 2021 05:54:31 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4407ad0  gnu: bc: Don't duplicate bootstrap phase.
4407ad0 is described below

commit 4407ad0fd7c8cee87579ad57c8b7a71a90e0566a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 6 12:49:52 2021 +0300

    gnu: bc: Don't duplicate bootstrap phase.
    
    * gnu/packages/algebra.scm (bc)[arguments]: Use custom 'autoconf phase
    to replace standard 'bootstrap phase.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 35839b5..7c64f44 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou 
<mail@nicolasgoaziou.fr>
 ;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017, 2019 Eric Bavier <bavier@member.fsf.org>
@@ -711,7 +711,7 @@ binary.")
        (list "--with-readline")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'autogen
+         (replace 'bootstrap
            (lambda _
              (invoke "autoreconf" "-vif"))))))
     (home-page "https://www.gnu.org/software/bc/";)



reply via email to

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