rPackages.hypeR: revert outdated fix

This reverts commit 3d76d853a8, reversing
changes made to 32e56b1ac6.
This commit is contained in:
László Kupcsik
2026-03-21 20:18:46 +01:00
committed by Justin Bedo
parent e7ad2cea5c
commit 22d68fee42

View File

@@ -2041,13 +2041,6 @@ 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"