Skip to content

Commit fa3cb96

Browse files
committed
parted: enable parallel building and testing
1 parent 926bb42 commit fa3cb96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/pa/parted/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
5656
++ lib.optional (lvm2 == null) "--disable-device-mapper"
5757
++ lib.optional enableStatic "--enable-static";
5858

59+
enableParallelBuilding = true;
60+
5961
# Tests were previously failing due to Hydra running builds as uid 0.
6062
# That should hopefully be fixed now.
6163
doCheck = !stdenv.hostPlatform.isMusl; # translation test

0 commit comments

Comments
 (0)