mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: opendht: Use GUIX_PYTHONPATH.
* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
This commit is contained in:
parent
2db788fe74
commit
5f6558792f
1 changed files with 1 additions and 1 deletions
|
@ -3522,7 +3522,7 @@ (define-public opendht
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue