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
+2
View File
@@ -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 {