gnu: pep-engine: Simplify inputs.

* gnu/packages/pep.scm (pep-engine): Simplify inputs.
This commit is contained in:
Marius Bakke 2022-02-15 18:17:34 +01:00
parent bb6a7f6a8e
commit 3f9c432bfb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -130,12 +130,12 @@ (define-public pep-engine
(list asn1c ; >= 0.9.27
pkg-config yml2))
(inputs
`(("libetpan" ,fdik-libetpan)
("nettle" ,nettle)
("openssl" ,openssl)
("sequoia" ,sequoia)
("sqlite3" ,sqlite)
("util-linux" ,util-linux "lib"))) ;; uuid.h
(list fdik-libetpan
nettle
openssl
sequoia
sqlite
`(,util-linux "lib"))) ;; uuid.h
(home-page "https://pep.foundation/")
(synopsis "Library for automatic key management and encryption of
messages")