rPackages.hypeR: fix build (#402119)

This commit is contained in:
Justin Bedő
2025-04-28 08:30:15 +08:00
committed by GitHub
+7
View File
@@ -1762,6 +1762,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"