netbsd.libpthread: fix build

Tested by building pkgsCross.x86_64-netbsd.netbsd.libpthread on
x86_64-linux.
This commit is contained in:
Alyssa Ross 2021-04-23 15:15:30 +00:00
parent 7cdc46f4e3
commit 870ce0999b
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -691,6 +691,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 {