Skip to content

Commit

Permalink
boehmgc-nix: Remove released traceable_allocator patch
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jun 3, 2024
1 parent 2477e4e commit b311f51
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,9 @@
++ [ "-DUSE_SSH=exec" ];
});

boehmgc-nix = (final.boehmgc.override {
boehmgc-nix = final.boehmgc.override {
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
# https://github.com/ivmai/bdwgc/pull/586
./dep-patches/boehmgc-traceable_allocator-public.diff
];
});
};

libseccomp-nix = final.libseccomp.overrideAttrs (_: rec {
version = "2.5.5";
Expand Down

0 comments on commit b311f51

Please sign in to comment.