guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: nasm: Allow building on all systems.


From: Efraim Flashner
Subject: 01/01: gnu: nasm: Allow building on all systems.
Date: Thu, 1 Dec 2016 07:51:54 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 4181c9393d46bb8e24af1970c0e2adbcbfb2c639
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 1 09:44:30 2016 +0200

    gnu: nasm: Allow building on all systems.
    
    * gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.
---
 gnu/packages/assembly.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 29ccf1f..a6e4abb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]