Unverified Commit 8ecf6aac authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #201412 from SuperSandro2000/eval

parents ee3c5d89 da3200b7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -36227,6 +36227,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;
  };