rPackages.geomorph: fix build

This commit is contained in:
Justin Bedo
2022-01-07 14:17:54 +11:00
parent cad7decdd2
commit 16216b2e04
+4
View File
@@ -1299,6 +1299,10 @@ let
RandomFieldsUtils = old.RandomFieldsUtils.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
flowClust = old.flowClust.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
geomorph = old.geomorph.overrideDerivation (attrs: {
RGL_USE_NULL = "true";
});
};
in
self