forked from mirrors/nixpkgs
parent
2b27a46f2e
commit
1830017289
|
@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
|
|||
sed 1i'#include <sys/sysmacros.h>' -i platform/linux/linux.c
|
||||
'';
|
||||
|
||||
# Needed with GCC 7
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
|
||||
|
||||
makeFlags = ["PREFIX=$(out)"];
|
||||
meta = {
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
|
|
Loading…
Reference in a new issue