mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +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" ];
|
||||
});
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue