pkgs/build-support: fix typos

This commit is contained in:
Ben Siraphob
2025-09-02 21:47:47 -07:00
parent 64fb0fc99b
commit 010527b7d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ stdenvNoCC.mkDerivation {
#
# Unfortunately, setting -B appears to override the default search
# path. Thus, the gcc-specific "../includes-fixed" directory is
# now longer searched and glibc's <limits.h> header fails to
# no longer searched and glibc's <limits.h> header fails to
# compile, because it uses "#include_next <limits.h>" to find the
# limits.h file in ../includes-fixed. To remedy the problem,
# another -idirafter is necessary to add that directory again.
+1 -1
View File
@@ -18,7 +18,7 @@ lib.extendMkDerivation {
fetchSubrepos ? false,
preferLocalBuild ? true,
}:
# TODO: statically check if mercurial as the https support if the url starts with https.
# TODO: statically check if mercurial has https support if the url starts with https.
{
name = "hg-archive" + (lib.optionalString (name != null) "-${name}");
builder = ./builder.sh;