rPackages.hypeR: fix build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user