mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libjit: Limit supported systems.
* gnu/packages/assemply.scm (libjit)[supported-systems]: New field. Change-Id: I2afa5cca78d5f15df0a0bfca9b2f4a59db40396e
This commit is contained in:
parent
b461641b99
commit
c1342b2578
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ assembler, a C compiler and a linker. The assembler uses Intel syntax
|
||||||
"GNU libjit is a library that provides generic Just-In-Time compiler
|
"GNU libjit is a library that provides generic Just-In-Time compiler
|
||||||
functionality independent of any particular bytecode, language, or
|
functionality independent of any particular bytecode, language, or
|
||||||
runtime")
|
runtime")
|
||||||
|
(supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux"))
|
||||||
(license license:lgpl2.1+))))
|
(license license:lgpl2.1+))))
|
||||||
|
|
||||||
(define-public rgbds
|
(define-public rgbds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue