bees: fix documentation build by moving to python3
This commit is contained in:
parent
d2a166c525
commit
f360637db4
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, pythonPackages, utillinux }:
|
{ stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, python3Packages, utillinux }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ let
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pythonPackages.markdown # documentation build
|
python3Packages.markdown # documentation build
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user