mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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
|
||||
"1h0011dj6jgqpgribir4anljjv7bbrdcs8g91pbsmzf5zr75bk2m"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("perl" ,perl)
|
||||
("acl" ,acl)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
(inputs
|
||||
`(("acl" ,acl)))
|
||||
(synopsis "Remote (and local) file copying tool")
|
||||
(description
|
||||
"Rsync is a fast and versatile file copying tool. It can copy locally,
|
||||
|
|
Loading…
Reference in a new issue