me
/
guix
Archived
1
0
Fork 0

gnu: python-peachpy: Limit to x86_64-linux.

* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New
field.

Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
master
Efraim Flashner 2024-05-19 13:36:51 +03:00
parent 85fa9458a1
commit 8c21c9ad23
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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