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

rPackages.pingr: fixed build (#368881)

parents 14824859 ccae0fb5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1166,6 +1166,10 @@ let
      postPatch = "patchShebangs configure";
    });

    pingr = old.pingr.overrideAttrs (_: {
      postPatch = "patchShebangs configure";
    });

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