Fix gdal build crashing

This commit is contained in:
Sandro - 2023-09-25 00:25:23 +02:00
parent fa9b8c9696
commit 58e5dedbb4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ with final; {
};
};
# throw illegal instructions in tests
# TODO: check this on 23.11
gdal = prev.gdal.override { useTiledb = false; };
grafana = prev.grafana.overrideAttrs (_: {
# broken with backports and take a good amount of time
doCheck = false;