guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: pep-engine: Simplify inputs.


From: guix-commits
Subject: 05/06: gnu: pep-engine: Simplify inputs.
Date: Tue, 15 Feb 2022 14:45:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3f9c432bfb7ded3c0c9698132ec7eb01d38d8ad9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Feb 15 18:17:34 2022 +0100

    gnu: pep-engine: Simplify inputs.
    
    * gnu/packages/pep.scm (pep-engine): Simplify inputs.
---
 gnu/packages/pep.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/pep.scm b/gnu/packages/pep.scm
index aaf82e8a99..d245ac74a3 100644
--- a/gnu/packages/pep.scm
+++ b/gnu/packages/pep.scm
@@ -130,12 +130,12 @@ OPENPGP=SEQUOIA
      (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]