gnu: opendht: Use GUIX_PYTHONPATH.

* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
This commit is contained in:
Ricardo Wurmus 2021-11-19 10:33:45 +01:00
parent 2db788fe74
commit 5f6558792f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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