rPackages.geomorph: fix build

This commit is contained in:
Justin Bedo 2022-01-07 14:17:54 +11:00
parent cad7decdd2
commit 16216b2e04
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

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