chromiumDev: Unmark the build as broken

The build succeeds again as dirmd is no longer required for building.
This commit is contained in:
Michael Weiss
2020-11-21 00:27:27 +01:00
parent a7cad45d93
commit 97677fa34f
2 changed files with 6 additions and 7 deletions
@@ -82,6 +82,5 @@ mkChromiumDerivation (base: rec {
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
broken = channel == "dev"; # Blocked on https://bugs.chromium.org/p/chromium/issues/detail?id=1141896
};
})