rPackages.hypeR: fix build

This commit is contained in:
László Kupcsik
2025-04-26 22:16:31 +02:00
parent f2f6eae372
commit e7919a445f
+7
View File
@@ -1753,6 +1753,13 @@ let
postPatch = "patchShebangs configure";
});
hypeR = old.hypeR.overrideAttrs (attrs: {
postPatch = ''
substituteInPlace NAMESPACE R/db_msig.R --replace-fail \
"msigdbr_show_species" "msigdbr_species"
'';
});
alcyon = old.alcyon.overrideAttrs (attrs: {
configureFlags = [
"--enable-force-openmp"