netbsd.libpthread: fix build
Tested by building pkgsCross.x86_64-netbsd.netbsd.libpthread on x86_64-linux.
This commit is contained in:
parent
7cdc46f4e3
commit
870ce0999b
@ -691,6 +691,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