mdbook-pandoc: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:49 +01:00
parent e15ffd255d
commit e496ebdace
+1 -1
View File
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
]
++ lib.optional stdenv.buildPlatform.isDarwin "pandoc::tests::five_item_deep_list";
in
builtins.map (x: "--skip " + x) skippedTests;
builtins.map (x: "--skip=" + x) skippedTests;
passthru = {
wrapper = callPackage ./wrapper.nix { };