forked from lix-project/lix
Merge "package: add python to nativeBuildInputs" into main
This commit is contained in:
commit
fae48884c5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue