gnu: Add uuid support to recutils.
authorJohn Soo <jsoo1@asu.edu>
Sat, 14 Nov 2020 20:42:10 +0000 (12:42 -0800)
committerLudovic Courtès <ludo@gnu.org>
Wed, 18 Nov 2020 22:00:07 +0000 (23:00 +0100)
* 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

index 1c71f41..79bc173 100644 (file)
@@ -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