guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add uuid support to recutils.


From: guix-commits
Subject: 01/02: gnu: Add uuid support to recutils.
Date: Wed, 18 Nov 2020 17:47:47 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 23526b6716c1add9b1c0e18f4d6ac31cc8f9c967
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Sat Nov 14 12:42:10 2020 -0800

    gnu: Add uuid support to recutils.
    
    * gnu/packages/databases.scm (recutils): [inputs] Add lib output of
    util-linux.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1c71f41..79bc173 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1324,12 +1324,12 @@ organized in a hash table or B+ tree.")
     (native-inputs `(("bc" ,bc)
                      ("bash:include" ,bash "include")
                      ("check" ,check)
-                     ("libuuid" ,util-linux)
                      ("pkg-config" ,pkg-config)))
 
     ;; TODO: Add more optional inputs.
     (inputs `(("curl" ,curl)
-              ("libgcrypt" ,libgcrypt)))
+              ("libgcrypt" ,libgcrypt)
+              ("libuuid" ,util-linux "lib")))
     (synopsis "Manipulate plain text files as databases")
     (description
      "GNU Recutils is a set of tools and libraries for creating and



reply via email to

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