me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -1073,8 +1073,7 @@ the Raspberry Pi chip."))))
(chdir "src")
(setenv "PYDEV" (string-append python
"/include/python"
,(version-major+minor (package-version python))
"m"))
,(version-major+minor (package-version python))))
#t)))
(replace 'install
(lambda* (#:key inputs outputs make-flags #:allow-other-keys #:rest args)