mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-libmpsse: Update to 1.4.1.
* gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1. [arguments]<#:phases>[set-environment-up]: Fix build with Python 3.8.
This commit is contained in:
parent
1c9403f6a6
commit
a7b20226b2
1 changed files with 1 additions and 2 deletions
|
@ -1073,8 +1073,7 @@ (define-public python-libmpsse
|
||||||
(chdir "src")
|
(chdir "src")
|
||||||
(setenv "PYDEV" (string-append python
|
(setenv "PYDEV" (string-append python
|
||||||
"/include/python"
|
"/include/python"
|
||||||
,(version-major+minor (package-version python))
|
,(version-major+minor (package-version python))))
|
||||||
"m"))
|
|
||||||
#t)))
|
#t)))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key inputs outputs make-flags #:allow-other-keys #:rest args)
|
(lambda* (#:key inputs outputs make-flags #:allow-other-keys #:rest args)
|
||||||
|
|
Loading…
Reference in a new issue