mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue