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;
|
installPhase = null;
|
||||||
noCC = false;
|
noCC = false;
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
|
buildInputs = with self; [ headers ];
|
||||||
|
extraPaths = with self; [ common.src libc.src sys.src ];
|
||||||
};
|
};
|
||||||
|
|
||||||
libresolv = mkDerivation {
|
libresolv = mkDerivation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user