Merge "package: add python to nativeBuildInputs" into main

This commit is contained in:
Qyriad 2024-04-06 05:29:34 +00:00 committed by Gerrit Code Review
commit fae48884c5

View file

@ -34,6 +34,7 @@
ninja, ninja,
openssl, openssl,
pkg-config, pkg-config,
python3,
rapidcheck, rapidcheck,
sqlite, sqlite,
toml11, toml11,
@ -153,6 +154,7 @@ in stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ nativeBuildInputs = [
bison bison
flex flex
python3
] ++ [ ] ++ [
(lib.getBin lowdown) (lib.getBin lowdown)
mdbook mdbook