mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ pictures, sounds, or video.")
|
||||||
(arguments '(#:parallel-tests? #f))
|
(arguments '(#:parallel-tests? #f))
|
||||||
|
|
||||||
(native-inputs `(("emacs" ,emacs-no-x)
|
(native-inputs `(("emacs" ,emacs-no-x)
|
||||||
("bc" ,bc)))
|
("bc" ,bc)
|
||||||
|
("libuuid", util-linux)))
|
||||||
|
|
||||||
;; TODO: Add more optional inputs.
|
;; TODO: Add more optional inputs.
|
||||||
;; FIXME: Our Bash doesn't have development headers (need for the 'readrec'
|
;; FIXME: Our Bash doesn't have development headers (need for the 'readrec'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue