[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/63: bootstrap: mes-minimal: Update to mes-0.21.
From: |
guix-commits |
Subject: |
03/63: bootstrap: mes-minimal: Update to mes-0.21. |
Date: |
Sun, 24 Nov 2019 05:45:43 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 59e46cf658adff794354219d3f3e2bb9c49fdc4f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 19:18:41 2019 +0200
bootstrap: mes-minimal: Update to mes-0.21.
* gnu/packages/make-bootstrap.scm (%mes-minimal): Update to 0.21.
---
gnu/packages/make-bootstrap.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index caf5a8b..ec6905c 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -645,11 +645,11 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(inputs `(("mescc-tools" ,%mescc-tools-static)))))
;; Two packages: first build static, bare minimum content.
-(define-public %mes-minimal
+(define %mes-minimal
;; A minimal Mes without documentation.
(let ((triplet "i686-unknown-linux-gnu"))
(package
- (inherit mes-0.19)
+ (inherit mes)
(name "mes-minimal")
(native-inputs
`(("guile" ,guile-2.2)))
@@ -663,15 +663,10 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(add-after 'install 'strip-install
(lambda _
(let* ((out (assoc-ref %outputs "out"))
+ (lib (string-append out "/lib"))
(share (string-append out "/share")))
- (delete-file-recursively (string-append out "/lib/guile"))
- (delete-file-recursively (string-append share "/guile"))
- (delete-file-recursively (string-append share
"/mes/scaffold"))
-
- (for-each delete-file
- (find-files
- (string-append share "/mes/lib")
- "\\.(h|c)")))))))))))
+ (delete-file-recursively (string-append lib "/guile"))
+ (delete-file-recursively (string-append share
"/guile")))))))))))
;; next remove store references.
(define %mes-minimal-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, 2019/11/24
- 03/63: bootstrap: mes-minimal: Update to mes-0.21.,
guix-commits <=
- 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
- 12/63: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/24