gnu: kaldi-gstreamer-server: Wrap with GUIX_PYTHONPATH.
* gnu/packages/machine-learning.scm (kaldi-gstreamer-server): [phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH.
This commit is contained in:
parent
98f147dbda
commit
ef302ba9c3
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ automatically.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(format #t
|
(format #t
|
||||||
"#!~a
|
"#!~a
|
||||||
export PYTHONPATH=~a
|
export GUIX_PYTHONPATH=~a
|
||||||
export GST_PLUGIN_PATH=~a
|
export GST_PLUGIN_PATH=~a
|
||||||
exec ~a ~a/~a \"$@\"~%"
|
exec ~a ~a/~a \"$@\"~%"
|
||||||
(which "bash") PYTHONPATH GST_PLUGIN_PATH
|
(which "bash") PYTHONPATH GST_PLUGIN_PATH
|
||||||
|
|
Reference in a new issue