[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: jed: Delete Windows binaries from the source tarball.
From: |
guix-commits |
Subject: |
05/09: gnu: jed: Delete Windows binaries from the source tarball. |
Date: |
Fri, 27 Jan 2023 12:18:16 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7375f6ca0e8f6fbcca6613239aad0fe985ee5cef
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 27 16:32:16 2023 +0100
gnu: jed: Delete Windows binaries from the source tarball.
* gnu/packages/text-editors.scm (jed)[source]: In 'snippet', delete
"bin/w32".
---
gnu/packages/text-editors.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 938c93c5e3..f4b651890a 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1406,6 +1406,9 @@ quality of font rendering, and reduce CPU usage.")
"0qspdc6wss43wh1a8fddvf62xyhld5p7hl75grv4d95h5z73k8wp"))
(modules '((guix build utils)))
(snippet #~(begin
+ ;; Delete Windows binaries.
+ (delete-file-recursively "bin/w32")
+
(substitute* "src/Makefile.in"
(("/bin/cp")
"cp"))
- branch master updated (729eabc6ae -> dbf965dd7b), guix-commits, 2023/01/27
- 06/09: gnu: python-astropy: Update to 5.2.1., guix-commits, 2023/01/27
- 01/09: gnu: hwloc: Update to 2.9.0., guix-commits, 2023/01/27
- 09/09: gnu: python-photutils: Update to 1.6.0., guix-commits, 2023/01/27
- 03/09: gnu: inkscape: Fix qrcode rendering., guix-commits, 2023/01/27
- 05/09: gnu: jed: Delete Windows binaries from the source tarball.,
guix-commits <=
- 07/09: gnu: python-sunpy: Update to 4.1.1., guix-commits, 2023/01/27
- 02/09: gnu: hypre: Mark as tunable., guix-commits, 2023/01/27
- 08/09: gnu: python-regions: Update to 0.7., guix-commits, 2023/01/27
- 04/09: gnu: Add jed., guix-commits, 2023/01/27