Revert "gplates: fix failing build"

This reverts commit 8a236e246a.
This commit is contained in:
Sandro Jäckel 2022-11-16 00:28:45 +01:00
parent e4d99ffc58
commit da3200b7b6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 4 additions and 4 deletions

View file

@ -14,15 +14,13 @@
, libGLU
, mpfr
, proj
# build with Python 3.10 fails, because boost <= 1.78 can't find
# pythons with double digits in minor versions, like X.YZ
, python39
, python3
, qtxmlpatterns
, qwt
}:
let
python = python39.withPackages (ps: with ps; [
python = python3.withPackages (ps: with ps; [
numpy
]);
boost' = boost.override {

View file

@ -36228,6 +36228,8 @@ with pkgs;
gplates = libsForQt5.callPackage ../applications/science/misc/gplates {
boost = boost175;
# build with Python 3.10 fails, because boost <= 1.78 can't find
# pythons with double digits in minor versions, like X.YZ
python3 = python39;
};