mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: aide: Provide libpcre.a and libz.a.
* gnu/packages/admin.scm (aide)[inputs]: Add PCRE:STATIC and ZLIB:STATIC.
This commit is contained in:
parent
05a5721f06
commit
7d9d521fbc
1 changed files with 2 additions and 0 deletions
|
@ -125,7 +125,9 @@ (define-public aide
|
|||
`(("libgcrypt" ,libgcrypt)
|
||||
("libgpg-error" ,libgpg-error)
|
||||
("libmhash" ,libmhash)
|
||||
("pcre:static" ,pcre "static")
|
||||
("pcre" ,pcre)
|
||||
("zlib:static" ,zlib "static")
|
||||
("zlib" ,zlib)))
|
||||
(synopsis "File and directory integrity checker")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue