Browse Source
gnu: burp: Add ACL support.
* gnu/packages/backup.scm (burp)[inputs]: Add acl.
gn-latest-20200725
Tobias Geerinckx-Rice
9 months ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
1 deletions
-
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))) |
|
|
|