me
/
guix
Archived
1
0
Fork 0

gnu: jed: Delete Windows binaries from the source tarball.

* gnu/packages/text-editors.scm (jed)[source]: In 'snippet', delete "bin/w32".
Ludovic Courtès 2023-01-27 16:32:16 +01:00
parent bd56093d84
commit 7375f6ca0e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -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"))