mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
gnu: libjit: Limit supported systems.
* gnu/packages/assemply.scm (libjit)[supported-systems]: New field. Change-Id: I2afa5cca78d5f15df0a0bfca9b2f4a59db40396e
This commit is contained in:
@@ -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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user