mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ (define-public recutils
|
|||
(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 a new issue