rPackages.methylKit: fix build

Backporting fix from devel. Can be removed with next release
This commit is contained in:
László Kupcsik
2025-03-02 21:38:19 +01:00
parent 8a96dbd335
commit d9de813907
+10
View File
@@ -1779,6 +1779,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 (_: {