guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] gnu: recutils: Add libuuid to native-inputs.


From: Leo Famulari
Subject: [PATCH 1/1] gnu: recutils: Add libuuid to native-inputs.
Date: Mon, 21 Sep 2015 19:42:10 -0400

* gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid".
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c113959..9036d04 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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'
-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]