opensp: fix formatting

I still forget sometimes.
This commit is contained in:
Vladimír Čunát
2026-04-13 16:50:46 +02:00
parent f4569cec2d
commit b2ca4ba980
+4 -1
View File
@@ -63,7 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
# Clang 16 fails to build due to inappropriate definitions in the `config.h` generated by the
# existing configure scripts. Regenerate them to make sure they detect its features correctly.
# autoconf269: as autoconf 2.73 is trying to force C23 (-std=gnu23) which will fail, we use 2.69.
++ lib.optionals stdenv.cc.isClang [ autoconf269 autoreconfHook ]
++ lib.optionals stdenv.cc.isClang [
autoconf269
autoreconfHook
]
++ lib.optionals stdenv.hostPlatform.isCygwin [
autoconf
automake