Merge pull request #104703 from raboof/parted-python3
parted: build with python3
This commit is contained in:
commit
9f78d4c491
@ -8,7 +8,7 @@
|
||||
, dosfstools
|
||||
, e2fsprogs
|
||||
, perl
|
||||
, python2
|
||||
, python3
|
||||
, util-linux
|
||||
, check
|
||||
, enableStatic ? false
|
||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
# Tests were previously failing due to Hydra running builds as uid 0.
|
||||
# That should hopefully be fixed now.
|
||||
doCheck = !stdenv.hostPlatform.isMusl; /* translation test */
|
||||
checkInputs = [ check dosfstools e2fsprogs perl python2 util-linux ];
|
||||
checkInputs = [ check dosfstools e2fsprogs perl python3 util-linux ];
|
||||
|
||||
meta = {
|
||||
description = "Create, destroy, resize, check, and copy partitions";
|
||||
|
Loading…
x
Reference in New Issue
Block a user