bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.

2020-11-18 Thread Ludovic Courtès
Hi, John Soo skribis: > From c7eee6d96ea4ce6516f6a528e3d2110f96fb44ec Mon Sep 17 00:00:00 2001 > From: John Soo > 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.

bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.

2020-11-16 Thread John Soo
Hi, Ludovic Courtès writes: >> (native-inputs `(("bc" ,bc) >> ("bash:include" ,bash "include") >> ("check" ,check) >> - ("libuuid" ,util-linux) >> + ("libuuid:out" ,util-linux) > > Is this one even

bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.

2020-11-16 Thread Ludovic Courtès
Hi, John Soo skribis: > From ad122b175d798ab3d50e7b41337694538043a218 Mon Sep 17 00:00:00 2001 > From: John Soo > 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.

bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.

2020-11-14 Thread John Soo
Hi Guix, I've been getting into some recutils recently and I found out ours is not configured with uuid support. Perhaps there are other optional things we could add? - John >From ad122b175d798ab3d50e7b41337694538043a218 Mon Sep 17 00:00:00 2001 From: John Soo Date: Sat, 14 Nov 2020 12:42:10