mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
f8350ac88f
commit
a6beac4efd
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ stdenv.mkDerivation rec {
|
||||||
fftw
|
fftw
|
||||||
];
|
];
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = toString [
|
||||||
|
"-Wno-error=implicit-function-declaration"
|
||||||
|
"-Wno-error=int-conversion"
|
||||||
|
"-Wno-error=incompatible-pointer-types"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = false; # Fails to generate machine.h in time.
|
enableParallelBuilding = false; # Fails to generate machine.h in time.
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue