mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #120350 from alyssais/netbsd-libpthread
netbsd.libpthread: fix build
This commit is contained in:
commit
a45420985f
@ -692,6 +692,8 @@ in lib.makeScopeWithSplicing
|
||||
installPhase = null;
|
||||
noCC = false;
|
||||
dontBuild = false;
|
||||
buildInputs = with self; [ headers ];
|
||||
extraPaths = with self; [ common.src libc.src sys.src ];
|
||||
};
|
||||
|
||||
libresolv = mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user