[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/63: bootstrap: mescc-tools-static: Update to 0.6.1.
From: |
guix-commits |
Subject: |
02/63: bootstrap: mescc-tools-static: Update to 0.6.1. |
Date: |
Sun, 24 Nov 2019 05:45:26 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 4f9eb099cac0a46f76c7efa4b7f221ebf2cca076
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 a48c340), guix-commits, 2019/11/24
- 01/63: gnu: mes: Update to 0.21., guix-commits, 2019/11/24
- 02/63: bootstrap: mescc-tools-static: Update to 0.6.1.,
guix-commits <=
- 03/63: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/11/24
- 04/63: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/11/24
- 05/63: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/11/24
- 06/63: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/11/24
- 07/63: gnu: Add ncompress., guix-commits, 2019/11/24
- 08/63: gnu: Add gash-core-utils., guix-commits, 2019/11/24
- 09/63: bootstrap: Add gash-boot., guix-commits, 2019/11/24
- 10/63: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/24
- 11/63: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-tarball., guix-commits, 2019/11/24
- 13/63: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/24