gnu: recutils: Remove emacs-minimal native input.

* gnu/packages/databases.scm (recutils)[native-inputs]: Remove emacs-minimal.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Jack Hill 2019-06-09 23:25:20 -04:00 committed by Oleg Pykhalov
parent 9df786752e
commit 535a69e9e5
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 1 additions and 2 deletions

View File

@ -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)