gnu: recutils: Add libuuid to native-inputs.
* gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4a4dac2083
commit
7ae7ca0e2a
@ -284,7 +284,8 @@ pictures, sounds, or video.")
|
||||
(arguments '(#:parallel-tests? #f))
|
||||
|
||||
(native-inputs `(("emacs" ,emacs-no-x)
|
||||
("bc" ,bc)))
|
||||
("bc" ,bc)
|
||||
("libuuid", util-linux)))
|
||||
|
||||
;; TODO: Add more optional inputs.
|
||||
;; FIXME: Our Bash doesn't have development headers (need for the 'readrec'
|
||||
|
Loading…
Reference in New Issue
Block a user