mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
netbsd.compat: fix build on darwin
The makefile requires GNU objcopy
This commit is contained in:
parent
7f59b4b529
commit
d43df749ac
@ -188,6 +188,8 @@ in lib.makeScopeWithSplicing
|
||||
bsdSetupHook netbsdSetupHook
|
||||
makeMinimal
|
||||
rsync
|
||||
] ++ lib.optionals stdenv.buildPlatform.isDarwin [
|
||||
buildPackages.binutils
|
||||
];
|
||||
|
||||
buildInputs = with self; commonDeps;
|
||||
|
Loading…
Reference in New Issue
Block a user