guix-commits
[Top][All Lists]
Advanced

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

33/40: gnu: wordnet: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 33/40: gnu: wordnet: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 01:53:18 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 6efb105d54a11d0c5075ef520fa34e06a2fbe03a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:03 2021 +0200

    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 <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ied0ae8ae3bc87a62e4f236a117aeab612b2e7341
---
 gnu/packages/wordnet.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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