mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public burp
|
|||
(string-append prefix " 3600" suffix "\n")))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("librsync" ,librsync)
|
||||
`(("acl" ,acl)
|
||||
("librsync" ,librsync)
|
||||
("openssl" ,openssl)
|
||||
("uthash" ,uthash)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue