[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/70: bootstrap: mescc-tools-static: Update to 0.6.1.
From: |
guix-commits |
Subject: |
05/70: bootstrap: mescc-tools-static: Update to 0.6.1. |
Date: |
Wed, 11 Dec 2019 13:03:18 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit d8718b208ad5422a3a2904f80374f1501628656f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 16 19:50:25 2019 +0200
bootstrap: mescc-tools-static: Update to 0.6.1.
* gnu/packages/make-bootstrap.scm (%mescc-tools-static): Update to 0.6.1.
---
gnu/packages/make-bootstrap.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index b8d1b2a..caf5a8b 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -607,13 +607,15 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(define %mescc-tools-static
;; A statically linked MesCC Tools.
(package
- (inherit mescc-tools-0.5.2)
+ (inherit mescc-tools)
(name "mescc-tools-static")
(arguments
`(#:system "i686-linux"
- ,@(substitute-keyword-arguments (package-arguments mescc-tools)
- ((#:make-flags flags)
- `(cons "CC=gcc -static" ,flags)))))))
+ #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+ "CC=gcc -static")
+ #:test-target "test"
+ #:phases (modify-phases %standard-phases
+ (delete 'configure))))))
;; ... next remove store references.
(define %mescc-tools-static-stripped
- branch wip-bootstrap created (now 2f7b115), guix-commits, 2019/12/11
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/11
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/11
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1.,
guix-commits <=
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/11
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/11
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/11
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/11
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/11
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/11
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/11
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/11
- 12/70: Revert "gnu: Remove mescc-tools-0.5.2.", guix-commits, 2019/12/11
- 06/70: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/12/11