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

rPackages.graper: fix build (#388516)

parents f345f8c4 d5cf10fb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1295,6 +1295,13 @@ let
      '';
    });

    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";
    });