1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

boehmgc-nix: Remove released traceable_allocator patch

This commit is contained in:
Robert Hensing 2024-06-03 15:52:13 +02:00
parent 2477e4e3b8
commit b311f51f84

View file

@ -146,14 +146,9 @@
++ [ "-DUSE_SSH=exec" ]; ++ [ "-DUSE_SSH=exec" ];
}); });
boehmgc-nix = (final.boehmgc.override { boehmgc-nix = final.boehmgc.override {
enableLargeConfig = true; 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 { libseccomp-nix = final.libseccomp.overrideAttrs (_: rec {
version = "2.5.5"; version = "2.5.5";