mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-peachpy: Limit to x86_64-linux.
* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New field. Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
This commit is contained in:
parent
85fa9458a1
commit
8c21c9ad23
1 changed files with 1 additions and 0 deletions
|
@ -33616,6 +33616,7 @@ (define-public python-peachpy
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue