guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: sbcl-rt: Remove Make reference from closure.


From: guix-commits
Subject: 02/18: gnu: sbcl-rt: Remove Make reference from closure.
Date: Fri, 8 Jul 2022 13:33:23 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit fef5fa48151071d4d287a2b772b81c88bec67cd5
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Jul 7 09:59:59 2022 +0200

    gnu: sbcl-rt: Remove Make reference from closure.
    
    * gnu/packages/lisp-check.scm (sbcl-rt)[source]: Delete the 'debian' folder.
    
    This takes the closure size from 209 MiB down to 151 MiB.
---
 gnu/packages/lisp-check.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 6b13daf9c5..1795e050a4 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -755,7 +755,13 @@ This is intended to be a successor of Prove.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))))
+          (base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))
+         (modules '((guix build utils)))
+         (snippet
+          ;; The useless bundled debian folder drags `make' into the closure.
+          `(begin
+             (delete-file-recursively "debian")
+             #t))))
       (build-system asdf-build-system/sbcl)
       (synopsis "MIT Regression Tester")
       (description



reply via email to

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