Merge pull request #90651 from mweinelt/bees

This commit is contained in:
Jörg Thalheim
2020-06-17 07:54:03 +01:00
committed by GitHub

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 = ''