Commit e7919a44 authored by László Kupcsik's avatar László Kupcsik
Browse files

rPackages.hypeR: fix build

parent f2f6eae3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"