Skip to content

Commit 72ca41c

Browse files
committed
[nix] Update formal flake to build jsonschema2md correctly
1 parent 8f546cc commit 72ca41c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
(inputs.lowrisc-nix.lib.pyprojectOverrides {
118118
inherit pkgs;
119119
})
120+
(final: prev: {
121+
jsonschema2md = prev.jsonschema2md.overrideAttrs (old: {
122+
# Manually add babel to the build inputs
123+
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ final.babel ];
124+
});
125+
})
120126
]
121127
);
122128
in

0 commit comments

Comments
 (0)