summaryrefslogtreecommitdiff
path: root/gnu/packages/assembly.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-12-01 09:44:30 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-01 09:46:56 +0200
commit4181c9393d46bb8e24af1970c0e2adbcbfb2c639 (patch)
tree7fc2906c443a3759559c953d275f7c7c3bb3bd7a /gnu/packages/assembly.scm
parent9689e71d2f2b5e766415a40d5f5ab267768d217d (diff)
downloadguix-patches-4181c9393d46bb8e24af1970c0e2adbcbfb2c639.tar
guix-patches-4181c9393d46bb8e24af1970c0e2adbcbfb2c639.tar.gz
gnu: nasm: Allow building on all systems.
* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
Diffstat (limited to 'gnu/packages/assembly.scm')
-rw-r--r--gnu/packages/assembly.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 29ccf1f08a..a6e4abb70e 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -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