guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-lin


From: Mark H. Weaver
Subject: 01/01: gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux.
Date: Sat, 17 Mar 2018 00:45:32 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 9f375a4c0f55238614e047448c8e878b9829f918
Author: Mark H Weaver <address@hidden>
Date:   Sat Mar 17 00:42:15 2018 -0400

    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 3f13210..8f48e42 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]