Commit ccae0fb5 authored by Bruno Rodrigues's avatar Bruno Rodrigues
Browse files

rPackages.pingr: fixed build

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