mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: jed: Delete Windows binaries from the source tarball.
* gnu/packages/text-editors.scm (jed)[source]: In 'snippet', delete "bin/w32".
This commit is contained in:
parent
bd56093d84
commit
7375f6ca0e
1 changed files with 3 additions and 0 deletions
|
@ -1406,6 +1406,9 @@ (define-public jed
|
||||||
"0qspdc6wss43wh1a8fddvf62xyhld5p7hl75grv4d95h5z73k8wp"))
|
"0qspdc6wss43wh1a8fddvf62xyhld5p7hl75grv4d95h5z73k8wp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet #~(begin
|
(snippet #~(begin
|
||||||
|
;; Delete Windows binaries.
|
||||||
|
(delete-file-recursively "bin/w32")
|
||||||
|
|
||||||
(substitute* "src/Makefile.in"
|
(substitute* "src/Makefile.in"
|
||||||
(("/bin/cp")
|
(("/bin/cp")
|
||||||
"cp"))
|
"cp"))
|
||||||
|
|
Loading…
Reference in a new issue