[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-peachpy: Limit to x86_64-linux.
From: |
guix-commits |
Subject: |
03/03: gnu: python-peachpy: Limit to x86_64-linux. |
Date: |
Sun, 19 May 2024 09:13:56 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8c21c9ad233cf9657bf106df31ec0354f5e538e6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 19 13:36:51 2024 +0300
gnu: python-peachpy: Limit to x86_64-linux.
* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New
field.
Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 61167d3db5..9d3066cab4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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