This commit is contained in:
Charlotte 🦝 Delenk 2022-09-30 09:23:28 +01:00
parent d0113dcfe4
commit 5b6b22f461
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -6,7 +6,7 @@
source = builtins.fromJSON (builtins.readFile ./source.json); source = builtins.fromJSON (builtins.readFile ./source.json);
python = python3.override { python = python3.override {
packageOverrides = self: super: { packageOverrides = self: super: {
dask = super.dask.overrridePythonAttrs (_: { dask = super.dask.overridePythonAttrs (_: {
installCheckPhase = "true"; installCheckPhase = "true";
}); });
}; };