parted: build with python3
This commit is contained in:
parent
fb3d81707f
commit
9062f6fdf7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue