gnu: nasm: Allow building on all systems.

* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
This commit is contained in:
Efraim Flashner 2016-12-01 09:44:30 +02:00
parent 9689e71d2f
commit 4181c9393d
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -62,7 +62,6 @@ (define-public nasm
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