parted: build with python3

This commit is contained in:
Arnout Engelen 2020-11-23 20:59:11 +01:00
parent fb3d81707f
commit 9062f6fdf7
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

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";