me
/
guix
Archived
1
0
Fork 0

gnu: hexchat: Fix build.

* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
  of PYTHONPATH in 'wrap-program' phase.
master
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
1 changed files with 2 additions and 1 deletions

View File

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