From 8c21c9ad233cf9657bf106df31ec0354f5e538e6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 19 May 2024 13:36:51 +0300 Subject: [PATCH] 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 @@ (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