rPackages.methylKit: fix build (#386466)

This commit is contained in:
Justin Bedő
2025-03-03 09:15:47 +11:00
committed by GitHub
+10
View File
@@ -1792,6 +1792,16 @@ let
RGL_USE_NULL = "true";
});
methylKit = old.methylKit.overrideAttrs (attrs: {
# resolve missing function from data.table
patches = [
(pkgs.fetchpatch {
url = "https://github.com/al2na/methylKit/commit/5c30347630bc064d7aefc918923f723671f35253.patch";
sha256 = "sha256-hwtybBmSYwVInMIEZ7i7zudJWjiRJmrD0/tU7v78pPc=";
})
];
});
Rrdrand = old.Rrdrand.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
symengine = old.symengine.overrideAttrs (_: {