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