Loading pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ mkDerivation ( preConfigure = '' make include/.stamp configure nbtool_config.h.in defs.mk.in '' + lib.optionalString stdenv.buildPlatform.isDarwin '' # Fix cross-compilation from darwin, remove after update to netbsd 10.0 substituteInPlace Makefile --replace-warn "-no-cpp-precomp" "" ''; configurePlatforms = [ Loading Loading
pkgs/os-specific/bsd/netbsd/pkgs/compat/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ mkDerivation ( preConfigure = '' make include/.stamp configure nbtool_config.h.in defs.mk.in '' + lib.optionalString stdenv.buildPlatform.isDarwin '' # Fix cross-compilation from darwin, remove after update to netbsd 10.0 substituteInPlace Makefile --replace-warn "-no-cpp-precomp" "" ''; configurePlatforms = [ Loading