gnu: cassini-headers: Limit supported systems.

* gnu/packages/linux.scm (cassini-headers)[supported-systems]: New field.

Change-Id: I44efa95de527099774abb57da78410c627fdc968
This commit is contained in:
Efraim Flashner 2024-12-01 12:22:54 +02:00
parent d08c219b4a
commit 2790f7b437
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9032,6 +9032,8 @@ (define-public cassini-headers
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