Merge pull request #120350 from alyssais/netbsd-libpthread

netbsd.libpthread: fix build
This commit is contained in:
John Ericson 2021-04-23 11:39:12 -04:00 committed by GitHub
commit a45420985f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {