guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/54: bootstrap: mes-minimal: Update for mes-0.20.


From: guix-commits
Subject: 09/54: bootstrap: mes-minimal: Update for mes-0.20.
Date: Fri, 22 Nov 2019 18:17:42 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit ece3a6ba90c3fc0fcac806abe7f5326b1eac1da3
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 | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 91aaf9c..8544d4d 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -647,7 +647,7 @@ 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
@@ -665,15 +665,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]