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
							
								
									383d9890bf
								
							
						
					
					
						commit
						6296e0c0f1
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1073,8 +1073,7 @@ the Raspberry Pi chip.")))) | ||||||
|                (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) | ||||||
|  |  | ||||||
		Reference in a new issue