guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: localed: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: localed: Fix build.
Date: Fri, 17 Sep 2021 11:33:39 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 32c7233  gnu: localed: Fix build.
32c7233 is described below

commit 32c7233ff78206ac335ce19be8967e9315260ae3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 17:32:56 2021 +0200

    gnu: localed: Fix build.
    
    * gnu/packages/freedesktop.scm (localed)[native-inputs]: Add rsync.
---
 gnu/packages/freedesktop.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 85d9697..1379a24 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -100,6 +100,7 @@
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages rdesktop)
+  #:use-module (gnu packages rsync)
   #:use-module (gnu packages samba)
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages sqlite)
@@ -820,7 +821,8 @@ of a the system to know what users are logged in, and 
where.")
                                       (install-file map data))
                                     (find-files ".." 
"^(kbd-model-map|language-fallback-map)$"))
                           #t)))))))
-    (native-inputs (package-native-inputs elogind))
+    (native-inputs `(,@(package-native-inputs elogind)
+                     ("rsync" ,rsync)))
     (inputs `(("libmount" ,util-linux "lib")
               ("xkeyboard-config" ,xkeyboard-config)
               ("kbd" ,kbd)



reply via email to

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