Skip to content

Commit 603bd7a

Browse files
committed
castxml: nixfmt
required change to pass the CI
1 parent a28796b commit 603bd7a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pkgs/by-name/ca/castxml/package.nix

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ stdenv.mkDerivation (finalAttrs: {
3939
zlib
4040
];
4141

42-
cmakeFlags =
43-
[
44-
(lib.cmakeOptionType "path" "CLANG_RESOURCE_DIR"
45-
"${lib.getLib libclang}/lib/clang/${lib.versions.major libclang.version}"
46-
)
42+
cmakeFlags = [
43+
(lib.cmakeOptionType "path" "CLANG_RESOURCE_DIR"
44+
"${lib.getLib libclang}/lib/clang/${lib.versions.major libclang.version}"
45+
)
4746

48-
(lib.cmakeBool "SPHINX_HTML" withHTML)
49-
(lib.cmakeBool "SPHINX_MAN" withManual)
50-
];
47+
(lib.cmakeBool "SPHINX_HTML" withHTML)
48+
(lib.cmakeBool "SPHINX_MAN" withManual)
49+
];
5150

5251
doCheck = true;
5352

0 commit comments

Comments
 (0)