Merge pull request #104703 from raboof/parted-python3

parted: build with python3
This commit is contained in:
Jörg Thalheim
2020-11-30 12:39:20 +00:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
, dosfstools , dosfstools
, e2fsprogs , e2fsprogs
, perl , perl
, python2 , python3
, util-linux , util-linux
, check , check
, enableStatic ? false , enableStatic ? false
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
# Tests were previously failing due to Hydra running builds as uid 0. # Tests were previously failing due to Hydra running builds as uid 0.
# That should hopefully be fixed now. # That should hopefully be fixed now.
doCheck = !stdenv.hostPlatform.isMusl; /* translation test */ doCheck = !stdenv.hostPlatform.isMusl; /* translation test */
checkInputs = [ check dosfstools e2fsprogs perl python2 util-linux ]; checkInputs = [ check dosfstools e2fsprogs perl python3 util-linux ];
meta = { meta = {
description = "Create, destroy, resize, check, and copy partitions"; description = "Create, destroy, resize, check, and copy partitions";