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:
Marius Bakke 2018-11-12 20:23:17 +01:00
parent 05a5721f06
commit 7d9d521fbc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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