Hi, John Soo <[email protected]> skribis:
> From ad122b175d798ab3d50e7b41337694538043a218 Mon Sep 17 00:00:00 2001 > From: John Soo <[email protected]> > 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’.
