guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: rsync: Fix cross-compilation.


From: guix-commits
Subject: 01/05: gnu: rsync: Fix cross-compilation.
Date: Mon, 3 Feb 2020 09:27:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bf16482c8c48d301dae8b2be80e2fdf23c6fa8f0
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 17:58:49 2020 +0100

    gnu: rsync: Fix cross-compilation.
    
    * gnu/packages/rsync.scm (rsync)[inputs]: Move PERL ...
    [native-inputs]: ... here.
---
 gnu/packages/rsync.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 7be18cb..74efae7 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]