chromiumDev: Fix the build
Mixing Python 2 and Python 3 causes issues with the Python dependencies.
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user