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

rPackages.bandle: fix build

revert unneeded backport fix
parent 483b3565
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1900,14 +1900,6 @@ let
      postPatch = "patchShebangs configure";
    });

    bandle = old.bandle.overrideAttrs (attrs: {
      postPatch = ''
        # https://code.bioconductor.org/browse/bandle/commit/e8f7aaa29c1ba772cee5d51e09b1f500bfee44b8
        substituteInPlace "src/Makevars" \
          --replace-fail "CXX_STD = CXX11" "CXX_STD = CXX14"
      '';
    });

    graper = old.graper.overrideAttrs (attrs: {
      postPatch = ''
        substituteInPlace "src/Makevars" \