Unverified Commit 22d68fee authored by László Kupcsik's avatar László Kupcsik Committed by Justin Bedo
Browse files

rPackages.hypeR: revert outdated fix

This reverts commit 3d76d853, reversing
changes made to 32e56b1a.
parent e7ad2cea
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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"