guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: hexchat: Fix build.


From: guix-commits
Subject: 01/03: gnu: hexchat: Fix build.
Date: Mon, 25 Oct 2021 05:59:50 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit f3496c2b5c03606f72e5594af68f44460a30bb01
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Oct 25 11:13:04 2021 +0200

    gnu: hexchat: Fix build.
    
    * gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH 
instead
      of PYTHONPATH in 'wrap-program' phase.
---
 gnu/packages/messaging.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b5f39cc..9cd5481 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -754,7 +754,8 @@ used by Pidgin and Bitlbee, among others, to access
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin")))
                (wrap-program (string-append bin "/hexchat")
-                 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))))))))
+                 `("GUIX_PYTHONPATH" ":" prefix
+                   (,(getenv "GUIX_PYTHONPATH"))))))))))
     (synopsis "Graphical IRC client")
     (description
      "HexChat lets you connect to multiple IRC networks at once.  The main



reply via email to

[Prev in Thread] Current Thread [Next in Thread]