From b2ca4ba980e89b14553dc651493f8b1d876bf0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 13 Apr 2026 16:50:21 +0200 Subject: [PATCH] opensp: fix formatting I still forget sometimes. --- pkgs/by-name/op/opensp/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/op/opensp/package.nix b/pkgs/by-name/op/opensp/package.nix index de0e48c4351e..4fba52c803f1 100644 --- a/pkgs/by-name/op/opensp/package.nix +++ b/pkgs/by-name/op/opensp/package.nix @@ -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