~ruther/guix-local

4181c9393d46bb8e24af1970c0e2adbcbfb2c639 — Efraim Flashner 9 years ago 9689e71
gnu: nasm: Allow building on all systems.

* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/assembly.scm
M gnu/packages/assembly.scm => gnu/packages/assembly.scm +0 -1
@@ 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