Skip to content

Commit

Permalink
rm upstreamed
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 3, 2024
1 parent 66f330a commit c6d5fed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2715,13 +2715,6 @@ with oself;
};
});

uuseg = osuper.uuseg.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://erratique.ch/software/uuseg/releases/uuseg-16.0.0.tbz";
sha256 = "097yxkjc35876qw21gwnh8bcia81j20m7gqfd8xdr1hz5axzs0sq";
};
});

uutf = osuper.uutf.overrideAttrs (_: {
pname = "uutf";
patches = if isFlambda2 then [ ./uutf-locals.patch ] else [ ];
Expand Down

0 comments on commit c6d5fed

Please sign in to comment.