Unverified Commit 3d76d853 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

rPackages.hypeR: fix build (#402119)

parents 32e56b1a e7919a44
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"