guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]