forked from lix-project/lix
Fix tests on systems with a non-master git defaultBranch #1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue