guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: recutils: Add libuuid to native-inputs.


From: Ludovic Courtès
Subject: 01/01: gnu: recutils: Add libuuid to native-inputs.
Date: Tue, 22 Sep 2015 15:41:18 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7ae7ca0e2a030de558862a1e6cc13d5813f510df
Author: Leo Famulari <address@hidden>
Date:   Mon Sep 21 19:42:10 2015 -0400

    gnu: recutils: Add libuuid to native-inputs.
    
    * gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/databases.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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'



reply via email to

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