mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +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 a new issue