We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926bb42 commit fa3cb96Copy full SHA for fa3cb96
pkgs/by-name/pa/parted/package.nix
@@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
56
++ lib.optional (lvm2 == null) "--disable-device-mapper"
57
++ lib.optional enableStatic "--enable-static";
58
59
+ enableParallelBuilding = true;
60
+
61
# Tests were previously failing due to Hydra running builds as uid 0.
62
# That should hopefully be fixed now.
63
doCheck = !stdenv.hostPlatform.isMusl; # translation test
0 commit comments