diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-19 13:36:51 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-19 16:10:51 +0300 |
commit | 8c21c9ad233cf9657bf106df31ec0354f5e538e6 (patch) | |
tree | 02c2b7145a6ebcc7dc686ef617463cba36e73437 | |
parent | 85fa9458a13a4d774db7031791e24807bf2da76b (diff) |
gnu: python-peachpy: Limit to x86_64-linux.
* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New
field.
Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |