mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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 _
|
||||
(format #t
|
||||
"#!~a
|
||||
export PYTHONPATH=~a
|
||||
export GUIX_PYTHONPATH=~a
|
||||
export GST_PLUGIN_PATH=~a
|
||||
exec ~a ~a/~a \"$@\"~%"
|
||||
(which "bash") PYTHONPATH GST_PLUGIN_PATH
|
||||
|
|
Loading…
Reference in a new issue