Merge pull request #200930 from yurket/gplates_zhf_fix

gplates: fix failing build
This commit is contained in:
Sergei Trofimovich 2022-11-12 20:48:29 +00:00 committed by GitHub
commit 3055eff739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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