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

commit 5f6558792fe2f190907189d0a8db3c300eb79236
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Nov 19 10:33:45 2021 +0100

    gnu: opendht: Use GUIX_PYTHONPATH.
    
    * gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in 
the wrapper.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1d6a12b..57a07b9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3522,7 +3522,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
                  (rename-file (string-append out "/bin")
                               (string-append tools "/bin"))
                  (wrap-program (string-append tools "/bin/dhtcluster")
-                   `("PYTHONPATH" prefix (,site-packages)))))))))
+                   `("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
       (home-page "https://github.com/savoirfairelinux/opendht/";)
       (synopsis "Lightweight Distributed Hash Table (DHT) library")
       (description "OpenDHT provides an easy to use distributed in-memory data

Reply via email to