fix: make the boehm patch content addressed to avoid rebuilds

This commit is contained in:
jade 2024-03-18 13:16:19 -07:00
parent 91055a3a46
commit cf5507a03d

View file

@ -10,7 +10,7 @@ let
(prev.path + "/pkgs/tools/package-management/nix/patches/boehmgc-coroutine-sp-fallback.patch")
# https://github.com/ivmai/bdwgc/pull/586
(lix + "/boehmgc-traceable_allocator-public.diff")
(builtins.path { path = lix + "/boehmgc-traceable_allocator-public.diff"; name = "boehmgc-traceable_allocator-public.patch"; })
];
})
);