fix internal-api-docs build

this one is also run from a gcc stdenv.

Change-Id: I91ff6915c6689ece15224f348f54367cff5d2b5a
This commit is contained in:
eldritch horrors
2024-09-26 16:11:43 +00:00
parent 31954b5136
commit 4b66e1e24f
+1 -1
View File
@@ -110,7 +110,7 @@
}:
# gcc miscompiles coroutines at least until 13.2, possibly longer
assert stdenv.cc.isClang || lintInsteadOfBuild;
assert stdenv.cc.isClang || lintInsteadOfBuild || internalApiDocs;
let
inherit (__forDefaults) canRunInstalled;