bees: fix documentation build by moving to python3

This commit is contained in:
Martin Weinelt 2020-06-17 02:08:34 +02:00
parent d2a166c525
commit f360637db4
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -1,4 +1,4 @@
{ stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, pythonPackages, utillinux }:
{ stdenv, runCommand, fetchFromGitHub, bash, btrfs-progs, coreutils, python3Packages, utillinux }:
let
@ -22,7 +22,7 @@ let
];
nativeBuildInputs = [
pythonPackages.markdown # documentation build
python3Packages.markdown # documentation build
];
preBuild = ''