From 69814c9229f3ae23f8a4484f3385edf1c369f975 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 2 Jul 2021 12:07:03 +0200 Subject: gnu: wordnet: Add 'bash' input for 'wrap-program'. It is required for cross-compilation. * gnu/packages/wordnet.scm (wordnet)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer Modified-by: Maxim Cournoyer Change-Id: Ied0ae8ae3bc87a62e4f236a117aeab612b2e7341 --- gnu/packages/wordnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm index f46cc27b76..0d977e353e 100644 --- a/gnu/packages/wordnet.scm +++ b/gnu/packages/wordnet.scm @@ -23,6 +23,7 @@ #:use-module (guix licenses) #:use-module (guix download) #:use-module (gnu packages) + #:use-module (gnu packages bash) #:use-module (gnu packages gcc) #:use-module (gnu packages tcl)) @@ -81,12 +82,11 @@ `("PATH" ":" prefix (,(string-append out "/bin")))))) - '("wishwn" "wnb")) - #t)))))) + '("wishwn" "wnb")))))))) (outputs '("out" "tk")) ; for the Tcl/Tk GUI - (inputs (list tk tcl)) + (inputs (list bash-minimal tk tcl)) (home-page "https://wordnet.princeton.edu/") (synopsis "Lexical database for the English language") (description -- cgit v1.2.3