chromiumDev: Fix the build

Mixing Python 2 and Python 3 causes issues with the Python dependencies.
This commit is contained in:
Michael Weiss
2021-04-13 13:30:54 +02:00
parent 262c722ee7
commit acf402b0c0
2 changed files with 8 additions and 6 deletions
@@ -89,6 +89,5 @@ mkChromiumDerivation (base: rec {
then ["aarch64-linux" "x86_64-linux"]
else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
broken = elem channel [ "dev" ];
};
})