gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux.
* gnu/packages/admin.scm (intel-gpu-tools)[supported-systems]: New field.
This commit is contained in:
parent
68376f6c88
commit
9f375a4c0f
|
@ -2244,6 +2244,7 @@ changes, and many require complicated build procedures or specific testing
|
||||||
environments to get useful results. Therefore, Intel GPU Tools includes
|
environments to get useful results. Therefore, Intel GPU Tools includes
|
||||||
low-level tools and tests specifically for development and testing of the
|
low-level tools and tests specifically for development and testing of the
|
||||||
Intel DRM Driver.")
|
Intel DRM Driver.")
|
||||||
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public fabric
|
(define-public fabric
|
||||||
|
|
Loading…
Reference in New Issue