mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
rPackages.hypeR: revert outdated fix
This reverts commit3d76d853a8, reversing changes made to32e56b1ac6.
This commit is contained in:
committed by
Justin Bedo
parent
e7ad2cea5c
commit
22d68fee42
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user