Conversation
9102574 to
8f94bc8
Compare
|
Does somebody know the URLs for GPlates 2.3.0? See https://www.earthbyte.org/download-gplates-2-3/ |
This comment has been minimized.
This comment has been minimized.
I managed to update GPlates but I'm still trying to convince upstream to make the tarball available under a nice URL: https://discourse.gplates.org/t/gplates-2-3-released/374/3 |
34e3000 to
422ed4d
Compare
|
Result of 3 packages marked as broken and skipped:
52 packages built:
|
|
|
|
@ofborg eval |
Didn't Apple have plans to not ship macOS with Python anymore? |
422ed4d to
9b2e508
Compare
|
Result of 5 packages marked as broken and skipped:
52 packages built:
|
|
Does anybody object to merging this? I wanna emphasize that this disables |
What about using proj_7 with qlandkartegt to not broke it? I still use qlandkartegt. |
Can you try whether it works with the following patch? diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f1a830e964e..0f847412114 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -26900,7 +26900,10 @@ with pkgs;
qimgv = libsForQt5.callPackage ../applications/graphics/qimgv { };
- qlandkartegt = libsForQt514.callPackage ../applications/misc/qlandkartegt {};
+ qlandkartegt = libsForQt514.callPackage ../applications/misc/qlandkartegt {
+ proj = proj_7;
+ gdal = gdal.override { proj = proj_7; };
+ };
garmindev = callPackage ../applications/misc/qlandkartegt/garmindev.nix {};EDIT: It can't really work because GDAL has too many dependencies using PROJ, which we'd also have to override. I suggest we stick with the current solution and you use an overlay that replaces |
|
Maybe someone knows how we could define |
It is incompatible with PROJ 8: opengribs/XyGrib#200
It is incompatible with PROJ 8.
It is incompatible with PROJ 8. We cannot use proj7 because gdal has to use the same version.
9b2e508 to
9fbf912
Compare
|
The change looks good to me, I would say feel free to merge. |
Co-authored-by: Robert Schütz <nix@dotlambda.de>
It is incompatible with PROJ 8.
9fbf912 to
7d38eec
Compare
|
@sikmir I added all overrides necessary to make |
Yes, it works for me. Thanks for keeping it unbroken! |
Motivation for this change
Cartopy is no longer compatible with older versions of PROJ: SciTools/cartopy#1854
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)cc @mpickering @MatthewCroughan @tollb