gnu: libjit: Limit supported systems.

* gnu/packages/assemply.scm (libjit)[supported-systems]: New field.

Change-Id: I2afa5cca78d5f15df0a0bfca9b2f4a59db40396e
This commit is contained in:
Efraim Flashner 2024-12-22 11:26:13 +02:00
parent b461641b99
commit c1342b2578
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -403,6 +403,7 @@ (define-public libjit
"GNU libjit is a library that provides generic Just-In-Time compiler
functionality independent of any particular bytecode, language, or
runtime")
(supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux"))
(license license:lgpl2.1+))))
(define-public rgbds