gnu: burp: Add ACL support.

* gnu/packages/backup.scm (burp)[inputs]: Add acl.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-23 16:58:23 +02:00
parent 5d26ba7ee3
commit 9f38cdac5e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1089,7 +1089,8 @@ (define-public burp
(string-append prefix " 3600" suffix "\n")))
#t)))))
(inputs
`(("librsync" ,librsync)
`(("acl" ,acl)
("librsync" ,librsync)
("openssl" ,openssl)
("uthash" ,uthash)
("zlib" ,zlib)))