mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: cassini-headers: Limit supported systems.
* gnu/packages/linux.scm (cassini-headers)[supported-systems]: New field. Change-Id: I44efa95de527099774abb57da78410c627fdc968
This commit is contained in:
parent
d08c219b4a
commit
2790f7b437
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue