From 9f375a4c0f55238614e047448c8e878b9829f918 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 17 Mar 2018 00:42:15 -0400 Subject: gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux. * gnu/packages/admin.scm (intel-gpu-tools)[supported-systems]: New field. --- gnu/packages/admin.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3f13210a60..8f48e42fec 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2244,6 +2244,7 @@ (define-public intel-gpu-tools environments to get useful results. Therefore, Intel GPU Tools includes low-level tools and tests specifically for development and testing of the Intel DRM Driver.") + (supported-systems '("i686-linux" "x86_64-linux")) (license license:expat))) (define-public fabric -- cgit v1.2.3