forked from mirrors/nixpkgs
gplates: use boost175 (#151505)
GPlates currently doesn't work with Boost 1.77: https://discourse.gplates.org/t/compilation-error-with-boost-1-77/452
This commit is contained in:
parent
2bcedb75d1
commit
0810294d6f
|
@ -32219,7 +32219,9 @@ with pkgs;
|
|||
|
||||
gildas = callPackage ../applications/science/astronomy/gildas { };
|
||||
|
||||
gplates = libsForQt5.callPackage ../applications/science/misc/gplates { };
|
||||
gplates = libsForQt5.callPackage ../applications/science/misc/gplates {
|
||||
boost = boost175;
|
||||
};
|
||||
|
||||
gravit = callPackage ../applications/science/astronomy/gravit { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue