* [bug#50408] [PATCH core-updates-frozen] gnu: opencc: Fix build.
@ 2021-09-05 17:35 Felix Gruber
2021-09-06 8:21 ` bug#50408: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-05 17:35 UTC (permalink / raw)
To: 50408; +Cc: Felix Gruber
* gnu/packages/textutils.scm (opencc)[arguments]: Create PYTHONPATH from
GUIX_PYTHONPATH as the former is not defined.
---
gnu/packages/textutils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index bbad8ce867..c86cfd7de1 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Jean-Baptiste Volatier <jbv@pm.me>
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
+;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1210,7 +1211,7 @@ OpenDocument presentations (*.odp).")
(chdir "python")
(mkdir-p dist)
(setenv "PYTHONPATH"
- (string-append dist ":" (getenv "PYTHONPATH")))
+ (string-append dist ":" (getenv "GUIX_PYTHONPATH")))
(invoke "python" "setup.py" "install"
"--root=/" "--single-version-externally-managed"
(string-append "--prefix=" out))
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50408: [PATCH core-updates-frozen] gnu: opencc: Fix build.
2021-09-05 17:35 [bug#50408] [PATCH core-updates-frozen] gnu: opencc: Fix build Felix Gruber
@ 2021-09-06 8:21 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-06 8:21 UTC (permalink / raw)
To: Felix Gruber; +Cc: 50408-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as df1f031d146357123219416b9fa81c51c9032246.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-06 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-05 17:35 [bug#50408] [PATCH core-updates-frozen] gnu: opencc: Fix build Felix Gruber
2021-09-06 8:21 ` bug#50408: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.