mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: rsync: Fix cross-compilation.
* gnu/packages/rsync.scm (rsync)[inputs]: Move PERL ... [native-inputs]: ... here.
This commit is contained in:
parent
d441a64550
commit
bf16482c8c
1 changed files with 4 additions and 2 deletions
|
@ -47,8 +47,10 @@ (define-public rsync
|
||||||
(base32
|
(base32
|
||||||
"1h0011dj6jgqpgribir4anljjv7bbrdcs8g91pbsmzf5zr75bk2m"))))
|
"1h0011dj6jgqpgribir4anljjv7bbrdcs8g91pbsmzf5zr75bk2m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("perl" ,perl)
|
(native-inputs
|
||||||
("acl" ,acl)))
|
`(("perl" ,perl)))
|
||||||
|
(inputs
|
||||||
|
`(("acl" ,acl)))
|
||||||
(synopsis "Remote (and local) file copying tool")
|
(synopsis "Remote (and local) file copying tool")
|
||||||
(description
|
(description
|
||||||
"Rsync is a fast and versatile file copying tool. It can copy locally,
|
"Rsync is a fast and versatile file copying tool. It can copy locally,
|
||||||
|
|
Loading…
Reference in a new issue