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