rPackages.geomorph: fix build

main
Justin Bedo 2 years ago
parent cad7decdd2
commit 16216b2e04
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD
  1. 4
      pkgs/development/r-modules/default.nix

@ -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

Loading…
Cancel
Save