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:
Danny Milosavljevic 2020-05-15 22:54:33 +02:00
parent 1c9403f6a6
commit a7b20226b2
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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