gnu: python-peachpy: Limit to x86_64-linux.
* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New field. Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdcemaster
parent
85fa9458a1
commit
8c21c9ad23
|
@ -33616,6 +33616,7 @@ PeachPy can generate ELF, MS-COFF, Mach-O object files, and assembly listings
|
|||
for the Go language tool chain; it adapts to different calling conventions and
|
||||
application binary interfaces (ABIs); it takes care of register allocation; it
|
||||
supports x86_64 instructions up to AVX-512 and SHA.")
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(license license:bsd-2))))
|
||||
|
||||
(define-public python-sgmllib3k
|
||||
|
|
Reference in New Issue