~ruther/guix-local

8c21c9ad233cf9657bf106df31ec0354f5e538e6 — Efraim Flashner 1 year, 9 months ago 85fa945
gnu: python-peachpy: Limit to x86_64-linux.

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

Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 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