gnu: freecad: Use GUIX_PYTHONPATH.
* gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH.
This commit is contained in:
parent
f2bc1877c4
commit
17017eb540
1 changed files with 2 additions and 2 deletions
|
@ -2463,8 +2463,8 @@ comments.")))
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(wrap-program (string-append out "/bin/FreeCAD")
|
(wrap-program (string-append out "/bin/FreeCAD")
|
||||||
(list "PYTHONPATH"
|
(list "GUIX_PYTHONPATH"
|
||||||
'prefix (list (getenv "PYTHONPATH"))))))))))
|
'prefix (list (getenv "GUIX_PYTHONPATH"))))))))))
|
||||||
(home-page "https://www.freecadweb.org/")
|
(home-page "https://www.freecadweb.org/")
|
||||||
(synopsis "Your Own 3D Parametric Modeler")
|
(synopsis "Your Own 3D Parametric Modeler")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue