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

rPackages.graper: revert outdated fix

This reverts commit d5cf10fb.
parent 60483b80
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2042,13 +2042,6 @@ let
      postPatch = "patchShebangs configure";
    });

    graper = old.graper.overrideAttrs (attrs: {
      postPatch = ''
        substituteInPlace "src/Makevars" \
          --replace-fail "CXX_STD=CXX11" "CXX_STD=CXX14"
      '';
    });

    ocf = old.ocf.overrideAttrs (attrs: {
      postPatch = "patchShebangs configure";
    });