mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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 @@ (define-public kaldi-gstreamer-server
|
|||
(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