parted: re-enable checks

This commit is contained in:
Aristid Breitkreuz 2016-12-20 21:57:28 +01:00
parent 5ed1aee3af
commit 06cfff71dd

View File

@ -29,10 +29,9 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (devicemapper == null) "--disable-device-mapper" ++ stdenv.lib.optional (devicemapper == null) "--disable-device-mapper"
++ stdenv.lib.optional enableStatic "--enable-static"; ++ stdenv.lib.optional enableStatic "--enable-static";
# Tests are currently failing because Hydra runs builds as uid 0. # Tests were previously failing due to Hydra running builds as uid 0.
# It'd be better to try to fix these tests, but this is blocking # That should hopefully be fixed now.
# all NixOS Hydra builds right now. doCheck = true;
doCheck = false;
preCheck = preCheck =
stdenv.lib.optionalString doCheck stdenv.lib.optionalString doCheck