guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: recutils: Remove emacs-minimal native input.


From: guix-commits
Subject: 02/02: gnu: recutils: Remove emacs-minimal native input.
Date: Mon, 10 Jun 2019 00:09:00 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 535a69e9e5aae2f59470caf900ece56f83ee6e36
Author: Jack Hill <address@hidden>
Date:   Sun Jun 9 23:25:20 2019 -0400

    gnu: recutils: Remove emacs-minimal native input.
    
    * gnu/packages/databases.scm (recutils)[native-inputs]: Remove 
emacs-minimal.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 gnu/packages/databases.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8a33aca..09a262d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -947,8 +947,7 @@ organized in a hash table or B+ tree.")
                                       (assoc-ref %build-inputs "bash:include")
                                       "/include/bash"))))
 
-    (native-inputs `(("emacs" ,emacs-minimal)
-                     ("bc" ,bc)
+    (native-inputs `(("bc" ,bc)
                      ("bash:include" ,bash "include")
                      ("check" ,check)
                      ("libuuid" ,util-linux)



reply via email to

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