mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8def9c06e7
commit
69814c9229
1 changed files with 3 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
||||||
#:use-module (guix licenses)
|
#:use-module (guix licenses)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (gnu packages tcl))
|
#:use-module (gnu packages tcl))
|
||||||
|
|
||||||
|
@ -81,12 +82,11 @@
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,(string-append out
|
(,(string-append out
|
||||||
"/bin"))))))
|
"/bin"))))))
|
||||||
'("wishwn" "wnb"))
|
'("wishwn" "wnb"))))))))
|
||||||
#t))))))
|
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"tk")) ; for the Tcl/Tk GUI
|
"tk")) ; for the Tcl/Tk GUI
|
||||||
|
|
||||||
(inputs (list tk tcl))
|
(inputs (list bash-minimal tk tcl))
|
||||||
(home-page "https://wordnet.princeton.edu/")
|
(home-page "https://wordnet.princeton.edu/")
|
||||||
(synopsis "Lexical database for the English language")
|
(synopsis "Lexical database for the English language")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue