guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: burp: Add ACL support.


From: guix-commits
Subject: 03/07: gnu: burp: Add ACL support.
Date: Thu, 23 Jul 2020 17:54:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f38cdac5e17d71fc27848383d7ec29e4514cd4f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 16:58:23 2020 +0200

    gnu: burp: Add ACL support.
    
    * gnu/packages/backup.scm (burp)[inputs]: Add acl.
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 532cb66..d464598 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1089,7 +1089,8 @@ interractive mode.")
                 (string-append prefix " 3600" suffix "\n")))
              #t)))))
     (inputs
-     `(("librsync" ,librsync)
+     `(("acl" ,acl)
+       ("librsync" ,librsync)
        ("openssl" ,openssl)
        ("uthash" ,uthash)
        ("zlib" ,zlib)))



reply via email to

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