guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: sbcl-puri: Remove Make reference from closure.


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

ambrevar pushed a commit to branch master
in repository guix.

commit b212cdaedbaa683307aacd59d9988c441f55ad71
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Jul 7 10:24:41 2022 +0200

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 63ff71569b..5a31097f92 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2706,7 +2706,13 @@ utilities that make it even easier to manipulate text in 
Common Lisp.  It has
                (commit commit)))
          (file-name (git-file-name "puri" version))
          (sha256
-          (base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
+          (base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))
+         (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)
       (native-inputs
        (list sbcl-ptester))



reply via email to

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