From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 1/2] gnu: lispf4: Remove prebuilt binaries. Date: Tue, 4 Oct 2016 22:33:21 +0000 Message-ID: <20161004223322.19523-2-ngillmann@runbox.com> References: <20161004223322.19523-1-ngillmann@runbox.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brYHO-0007JU-Dl for guix-devel@gnu.org; Tue, 04 Oct 2016 18:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brYHL-0008ON-TQ for guix-devel@gnu.org; Tue, 04 Oct 2016 18:33:41 -0400 Received: from aibo.runbox.com ([91.220.196.211]:45356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brYHL-0008OH-MU for guix-devel@gnu.org; Tue, 04 Oct 2016 18:33:39 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1brYHL-0007Vi-3j for guix-devel@gnu.org; Wed, 05 Oct 2016 00:33:39 +0200 In-Reply-To: <20161004223322.19523-1-ngillmann@runbox.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/lisp.scm (lispf4)[source]: Remove prebuilt binaries. --- gnu/packages/lisp.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 439433a..7836d48 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -457,7 +457,13 @@ interface.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "18k8kfn30za637y4bfbm9x3vv4psa3q8f7bi9h4h0qlb8rz8m92c")))) + "18k8kfn30za637y4bfbm9x3vv4psa3q8f7bi9h4h0qlb8rz8m92c")) + ;; Strip the sources of the prebuild binaries. + (modules '((guix build utils))) + (snippet '(begin + (delete-file-recursively "Windows") + (delete-file-recursively "Linux") + (delete-file-recursively "Mac"))))) (build-system gnu-build-system) ;; 80 MB appended Documentation -> output:doc (outputs '("out" "doc")) -- 2.10.0