mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: nasm: Allow building on all systems.
* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
This commit is contained in:
parent
9689e71d2f
commit
4181c9393d
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ Windows32 and Windows64. It will also output plain binary files. Its syntax
|
|||
is designed to be simple and easy to understand, similar to Intel's but less
|
||||
complex. It supports all currently known x86 architectural extensions, and
|
||||
has strong support for macros.")
|
||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public yasm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue