[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/70: bootstrap: mes-minimal: Update to mes-0.21.
From: |
guix-commits |
Subject: |
06/70: bootstrap: mes-minimal: Update to mes-0.21. |
Date: |
Wed, 11 Dec 2019 13:04:39 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 0c46d250b1aecd1182f165e16647f8a0854584dc
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 9993751), guix-commits, 2019/12/11
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/11
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/11
- 06/70: bootstrap: mes-minimal: Update to mes-0.21.,
guix-commits <=
- 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, 2019/12/11
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/11
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/11
- 14/70: Revert "bootstrap: mes-minimal: Update to mes-0.21.", guix-commits, 2019/12/11
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/11
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/11
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/11
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/11
- 13/70: Revert "bootstrap: mescc-tools-static: Update to 0.6.1.", guix-commits, 2019/12/11