diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-17 00:42:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-17 00:44:34 -0400 |
commit | 9f375a4c0f55238614e047448c8e878b9829f918 (patch) | |
tree | c9810735e21b2b9562623e2cb29bd8fcd9fa31aa | |
parent | 68376f6c88865066ffa196937b4c41076d6e1044 (diff) | |
download | guix-9f375a4c0f55238614e047448c8e878b9829f918.tar guix-9f375a4c0f55238614e047448c8e878b9829f918.tar.gz |
gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux.
* gnu/packages/admin.scm (intel-gpu-tools)[supported-systems]: New field.
-rw-r--r-- | gnu/packages/admin.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ changes, and many require complicated build procedures or specific testing 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 |