mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: global: Fix wrap phase.
* gnu/packages/code.scm (global)[arguments]: Wrap python script with GUIX_PYTHONPATH.
This commit is contained in:
parent
536c2ee167
commit
99a7bc993d
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ (define-public global ; a global variable
|
|||
(wrap-program
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/gtags/script/pygments_parser.py")
|
||||
`("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))))
|
||||
`("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH"))))))
|
||||
(add-after 'install 'post-install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Install the plugin files in the right place.
|
||||
|
|
Loading…
Reference in a new issue