dfsg-main: global: Prepare for core-updates.
This commit is contained in:
parent
2744b7fdc0
commit
ce6c4cb6a5
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
(wrap-program
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/gtags/script/pygments_parser.py")
|
||||
`("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))
|
||||
`("PYTHONPATH" ":" prefix (,(or (getenv "PYTHONPATH")
|
||||
(getenv "GUIX_PYTHONPATH")))))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal) ; for wrap-program
|
||||
|
|
Loading…
Reference in a new issue