guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bootstrap: mescc-tools-static: Base arguments on


From: guix-commits
Subject: branch master updated: bootstrap: mescc-tools-static: Base arguments on version 0.5.2.
Date: Sun, 14 Mar 2021 11:45:05 -0400

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

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a9d5375  bootstrap: mescc-tools-static: Base arguments on version 
0.5.2.
a9d5375 is described below

commit a9d537594d074b65196426aa9d3bce7b8d46e2ef
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Mar 14 16:40:48 2021 +0100

    bootstrap: mescc-tools-static: Base arguments on version 0.5.2.
    
    * gnu/packages/make-bootstrap.scm (%mescc-tools-static)[arguments]: Use
    fixed package-arguments of mescc-tools-0.5.2.
---
 gnu/packages/make-bootstrap.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index b2d3e2a..bf76d50 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2019 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2018, 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2018, 2019, 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;;
@@ -593,7 +593,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
     (name "mescc-tools-static")
     (arguments
      `(#:system "i686-linux"
-       ,@(substitute-keyword-arguments (package-arguments mescc-tools)
+       ,@(substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
            ((#:make-flags flags)
             `(cons "CC=gcc -static" ,flags)))))))
 



reply via email to

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