mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@
|
|||
(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