netbsd.compat: fix build on darwin

The makefile requires GNU objcopy
This commit is contained in:
Ryan Burns 2021-09-19 01:52:14 -07:00 committed by Raphael Megzari
parent 7f59b4b529
commit d43df749ac

View file

@ -188,6 +188,8 @@ in lib.makeScopeWithSplicing
bsdSetupHook netbsdSetupHook
makeMinimal
rsync
] ++ lib.optionals stdenv.buildPlatform.isDarwin [
buildPackages.binutils
];
buildInputs = with self; commonDeps;