me
/
guix
Archived
1
0
Fork 0

gnu: global: Fix wrap phase.

* gnu/packages/code.scm (global)[arguments]: Wrap python script with
GUIX_PYTHONPATH.
master
Efraim Flashner 2021-09-12 08:35:28 +03:00
parent 536c2ee167
commit 99a7bc993d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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.