gnu: python-libmpsse: Update to 1.4.1.
authorDanny Milosavljevic <dannym@scratchpost.org>
Fri, 15 May 2020 20:54:33 +0000 (22:54 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Fri, 15 May 2020 21:24:49 +0000 (23:24 +0200)
* gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1.
[arguments]<#:phases>[set-environment-up]:
Fix build with Python 3.8.

gnu/packages/embedded.scm

index 6ac1a2d..8b40990 100644 (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)