arcanist: pin php to 8.0

This commit is contained in:
Jonathan Ringer
2022-07-23 17:05:04 +02:00
committed by Bjørn Forsman
parent c10f17004f
commit 7eeaecfaea
+2 -1
View File
@@ -1909,7 +1909,8 @@ with pkgs;
}) arangodb_3_3 arangodb_3_4 arangodb_3_5;
arangodb = arangodb_3_4;
arcanist = callPackage ../development/tools/misc/arcanist { php = php81; };
# arcanist currently crashes with some workflows on php8.1, use 8.0
arcanist = callPackage ../development/tools/misc/arcanist { php = php80; };
arduino = arduino-core.override { withGui = true; };