[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/35: bootstrap: mes-minimal: Update for mes-0.20.
From: |
guix-commits |
Subject: |
13/35: bootstrap: mes-minimal: Update for mes-0.20. |
Date: |
Wed, 20 Nov 2019 15:19:38 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit c27ae4c0b4f7a5f5bd62a82bff9d051e09fb3506
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 19:18:41 2019 +0200
bootstrap: mes-minimal: Update for mes-0.20.
* gnu/packages/make-bootstrap.scm (%mes-minimal): Update for mes-0.20.
---
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 217707e..6db88ba 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -660,7 +660,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
#t))))
(inputs `(("mescc-tools" ,%mescc-tools-static)))))
-;; (define-public %mes-minimal-stripped
+;; (define %mes-minimal-stripped
;; ;; A minimal Mes without documentation dependencies, for bootstrap.
;; (let ((triplet "i686-unknown-linux-gnu"))
;; (package
@@ -694,7 +694,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
;; '("bin" "share/mes")))))))))))
;; 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
@@ -712,15 +712,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
- 06/35: bootstrap: Add %bootstrap-gash. WIP, (continued)
- 06/35: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/20
- 16/35: bootstrap: bootstrap-mes: Update for mes-0.21. WIP, guix-commits, 2019/11/20
- 15/35: bootstrap: bootstrap-mes: Update for mes-0.20., guix-commits, 2019/11/20
- 02/35: gnu: Add gash-core-utils., guix-commits, 2019/11/20
- 04/35: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/20
- 01/35: gnu: Add ncompress., guix-commits, 2019/11/20
- 07/35: gnu: nyacc: Update to 0.99.0., guix-commits, 2019/11/20
- 09/35: gnu: mes: Update to 0.20., guix-commits, 2019/11/20
- 11/35: mes: 0.21, guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 13/35: bootstrap: mes-minimal: Update for mes-0.20.,
guix-commits <=
- 19/35: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/20
- 08/35: gnu: mescc-tools: Update to 0.6.1., guix-commits, 2019/11/20
- 10/35: gnu: mes: Update to 0.21 WIP, guix-commits, 2019/11/20
- 14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 17/35: bootstrap-mes, guix-commits, 2019/11/20
- 18/35: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/11/20
- 20/35: bootstrap: mes-boot: Scheme-only bootstrap. WIP, guix-commits, 2019/11/20
- 22/35: bootstrap-gash-rewire? WIP, guix-commits, 2019/11/20
- 24/35: bootstrap: make-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 25/35: bootstrap: Add bzip2-mesboot0., guix-commits, 2019/11/20