[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.
From: |
Ludovic Courtès |
Subject: |
bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils. |
Date: |
Mon, 16 Nov 2020 12:32:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi,
John Soo <jsoo1@asu.edu> skribis:
> From ad122b175d798ab3d50e7b41337694538043a218 Mon Sep 17 00:00:00 2001
> From: John Soo <jsoo1@asu.edu>
> Date: Sat, 14 Nov 2020 12:42:10 -0800
> Subject: [PATCH] gnu: Add uuid support to recutils.
>
> * gnu/packages/databases.scm (recutils): [inputs] Add lib output of
> util-linux.
[...]
> (native-inputs `(("bc" ,bc)
> ("bash:include" ,bash "include")
> ("check" ,check)
> - ("libuuid" ,util-linux)
> + ("libuuid:out" ,util-linux)
Is this one even necessary? (The label is misleading.)
> ("pkg-config" ,pkg-config)))
>
> ;; TODO: Add more optional inputs.
> (inputs `(("curl" ,curl)
> - ("libgcrypt" ,libgcrypt)))
> + ("libgcrypt" ,libgcrypt)
> + ("libuuid:lib" ,util-linux "lib")))
Thanks,
Ludo’.