chromiumDev: Unbreak the build by using LLVM 11

This commit is contained in:
Michael Weiss
2020-08-26 22:29:07 +02:00
parent b8fb1e15b9
commit 9a96d71f71
2 changed files with 2 additions and 2 deletions
@@ -90,6 +90,5 @@ mkChromiumDerivation (base: rec {
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
timeout = 172800; # 48 hours
broken = channel == "dev"; # Requires LLVM 11
};
})