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
commit 14fcd947a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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