guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: commencement: Fix gash and gash-utils


From: guix-commits
Subject: branch core-updates updated: gnu: commencement: Fix gash and gash-utils version references.
Date: Mon, 02 Mar 2020 18:10:29 -0500

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

samplet 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 0b870f7  gnu: commencement: Fix gash and gash-utils version references.
0b870f7 is described below

commit 0b870f7915f5da43758753fd088a22033936dc50
Author: Timothy Sample <address@hidden>
AuthorDate: Mon Mar 2 17:24:41 2020 -0500

    gnu: commencement: Fix gash and gash-utils version references.
    
    * gnu/packages/commencement.scm (gash-boot): When configuring, use the
    version of the Gash package instead the version of Guile!
    (gash-utils-boot): Likewise, but for Gash-Utils.
---
 gnu/packages/commencement.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c9be884..cebb4b5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -152,7 +152,7 @@ pure Scheme to Tar and decompression in one easy step.")
          (use-modules (guix build gnu-bootstrap))
          (modify-phases %standard-phases
            (replace 'configure
-             (bootstrap-configure ,(version) "gash" "scripts"))
+             (bootstrap-configure ,(package-version gash) "gash" "scripts"))
            (replace 'build (bootstrap-build "gash"))
            (replace 'install (bootstrap-install "gash" "scripts"))
            (add-after 'install 'install-symlinks
@@ -214,7 +214,8 @@ pure Scheme to Tar and decompression in one easy step.")
                (delete-file "scripts/template.in")
                #t))
            (replace 'configure
-             (bootstrap-configure ,(version) "gash" "scripts"))
+             (bootstrap-configure ,(package-version gash-utils)
+                                  "gash" "scripts"))
            (replace 'build (bootstrap-build "gash"))
            (replace 'install (bootstrap-install "gash" "scripts"))
            ;; XXX: The scripts should add Gash to their load paths and



reply via email to

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