gnu: hexchat: Fix build.

* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
  of PYTHONPATH in 'wrap-program' phase.
This commit is contained in:
Guillaume Le Vaillant 2021-10-25 11:13:04 +02:00
parent 2640da8410
commit f3496c2b5c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -754,7 +754,8 @@ (define-public hexchat
(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