mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: global: Fix wrap phase.
* gnu/packages/code.scm (global)[arguments]: Wrap python script with GUIX_PYTHONPATH.
This commit is contained in:
@@ -181,7 +181,7 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
||||
(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.
|
||||
|
||||
Reference in New Issue
Block a user