nasm: set -Wno-error=attributes for gcc8 (#40431)

This commit is contained in:
Patrick Hilhorst 2018-05-13 14:14:09 +02:00 committed by xeji
parent 1ac644592c
commit d93b3157c5

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
make golden && make test
'';
NIX_CFLAGS_COMPILE="-Wno-error=attributes";
meta = with stdenv.lib; {
homepage = http://www.nasm.us/;
description = "An 80x86 and x86-64 assembler designed for portability and modularity";