mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
boehmgc-nix: Remove released traceable_allocator patch
This commit is contained in:
parent
2477e4e3b8
commit
b311f51f84
1 changed files with 2 additions and 7 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue