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-24 00:21:16 +02:00
parent 31954b5136
commit 4b66e1e24f

View file

@ -110,7 +110,7 @@
}: }:
# gcc miscompiles coroutines at least until 13.2, possibly longer # gcc miscompiles coroutines at least until 13.2, possibly longer
assert stdenv.cc.isClang || lintInsteadOfBuild; assert stdenv.cc.isClang || lintInsteadOfBuild || internalApiDocs;
let let
inherit (__forDefaults) canRunInstalled; inherit (__forDefaults) canRunInstalled;