guix-commits
[Top][All Lists]
Advanced

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

04/04: lint: Check for more packages which should be native.


From: guix-commits
Subject: 04/04: lint: Check for more packages which should be native.
Date: Thu, 28 Nov 2019 05:30:58 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e8c6644af1cea3223ec72dc3c734f686d3ecba61
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 27 22:37:33 2019 +0200

    lint: Check for more packages which should be native.
    
    * guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm.
---
 guix/lint.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/lint.scm b/guix/lint.scm
index 03a8e88..629604e 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -292,6 +292,7 @@ of a package, and INPUT-NAMES, a list of package 
specifications such as
             "intltool"
             "itstool"
             "qttools"
+            "yasm" "nasm" "fasm"
             "python-coverage" "python2-coverage"
             "python-cython" "python2-cython"
             "python-docutils" "python2-docutils"



reply via email to

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