gnu: hexchat: Fix build.
* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'wrap-program' phase.master
parent
2640da8410
commit
f3496c2b5c
|
@ -754,7 +754,8 @@ used by Pidgin and Bitlbee, among others, to access
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bin (string-append out "/bin")))
|
(bin (string-append out "/bin")))
|
||||||
(wrap-program (string-append bin "/hexchat")
|
(wrap-program (string-append bin "/hexchat")
|
||||||
`("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))))))))
|
`("GUIX_PYTHONPATH" ":" prefix
|
||||||
|
(,(getenv "GUIX_PYTHONPATH"))))))))))
|
||||||
(synopsis "Graphical IRC client")
|
(synopsis "Graphical IRC client")
|
||||||
(description
|
(description
|
||||||
"HexChat lets you connect to multiple IRC networks at once. The main
|
"HexChat lets you connect to multiple IRC networks at once. The main
|
||||||
|
|
Reference in New Issue