[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
- branch core-updates updated (66b7d3b45b -> 90b7c33dbf), guix-commits, 2023/10/21
- 17/40: gnu: networking: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/40: gnu: cuirass: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/40: gnu: tryton: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/40: gnu: debug: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/40: gnu: video: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/40: gnu: music: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/40: gnu: jack2: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/40: gnu: electron-cash: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/40: gnu: fontutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/40: gnu: wordnet: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 35/40: gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/40: gnu: pdf: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/40: gnu: geo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/40: gnu: cdrom: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 01/40: gnu: animation: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/40: gnu: chromium: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/40: gnu: qbittorrent: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/40: gnu: emacs-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/40: gnu: patchutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/40: gnu: guile-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21