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