3
5
Fork 0
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:
Marius Bakke 2020-01-31 17:58:49 +01:00
parent d441a64550
commit bf16482c8c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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,