gnu: burp: Add ACL support.
* gnu/packages/backup.scm (burp)[inputs]: Add acl.
This commit is contained in:
parent
5d26ba7ee3
commit
9f38cdac5e
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Reference in a new issue