netbsd.compat: fix build on darwin

The makefile requires GNU objcopy
This commit is contained in:
Ryan Burns
2021-09-19 21:58:33 +09:00
committed by Raphael Megzari
parent 7f59b4b529
commit d43df749ac
+2
View File
@@ -188,6 +188,8 @@ in lib.makeScopeWithSplicing
bsdSetupHook netbsdSetupHook
makeMinimal
rsync
] ++ lib.optionals stdenv.buildPlatform.isDarwin [
buildPackages.binutils
];
buildInputs = with self; commonDeps;