diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f7e7126c3d..6eecfb46b3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9032,6 +9032,8 @@ comparing system environments.") the Linux driver and by user-space applications for the Cassini/Slingshot high-speed network interconnect made by HPE (formerly Cray). User-land software uses @file{cxi_prov_hw.h} from this package.") + ;; As per include/cxi_prov_hw.h it is __aarch64__ or __x86_64__ only. + (supported-systems '("x86_64-linux" "aarch64-linux")) (license (list license:gpl2 license:bsd-2))))) ;dual-licensed (define-public cxi-driver |