mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: manuskript: Wrap with GUIX_PYTHONPATH.
* gnu/packages/text-editors.scm (manuskript): [phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH.
This commit is contained in:
parent
ef302ba9c3
commit
cf264b404c
1 changed files with 2 additions and 1 deletions
|
@ -650,7 +650,8 @@ (define-public manuskript
|
|||
(let ((bin (string-append out "/bin"))
|
||||
(executable (string-append share "/bin/manuskript")))
|
||||
(wrap-program executable
|
||||
(list "PYTHONPATH" 'prefix (list (getenv "GUIX_PYTHONPATH"))))
|
||||
(list "GUIX_PYTHONPATH" 'prefix
|
||||
(list (getenv "GUIX_PYTHONPATH"))))
|
||||
(mkdir-p bin)
|
||||
(with-directory-excursion bin
|
||||
(symlink (string-append share "/bin/manuskript")
|
||||
|
|
Loading…
Reference in a new issue