about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-06-17 07:54:03 +0100
committerGitHub <noreply@github.com>2020-06-17 07:54:03 +0100
commit14fcd947a0150b78d7a37bef56c87fcd57808247 (patch)
treebee286ffba497f98617d9911bdaa39b6f385e574 /pkgs/tools
parent0b671216bb3a170ba720b34c2640574999849d2e (diff)
parentf360637db440d612be71ba9011a2a7d78eb6f7e4 (diff)
downloadnixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar.gz
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar.bz2
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar.lz
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar.xz
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.tar.zst
nixlib-14fcd947a0150b78d7a37bef56c87fcd57808247.zip
Merge pull request #90651 from mweinelt/bees
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/bees/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/bees/default.nix b/pkgs/tools/filesystems/bees/default.nix
index c6bb07e7b87d..e87cecbf8fd3 100644
--- a/pkgs/tools/filesystems/bees/default.nix
+++ b/pkgs/tools/filesystems/bees/default.nix
@@ -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 = ''