Skip to content

Commit

Permalink
Enable building 2.18.2 on NixOS 24.05
Browse files Browse the repository at this point in the history
NixOS 24.05 is now used on the main branch as NixOS#10835 has been merged.

This commit backport the `boehm-gc` fix
(NixOS@b311f51) to the 2.18.2 tag.
  • Loading branch information
jfroche committed Jun 13, 2024
1 parent 0bd6222 commit a8c2901
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,9 @@
});

propagatedDeps =
[ ((boehmgc.override {
[ (boehmgc.override {
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
./boehmgc-coroutine-sp-fallback.diff
];
})
)
nlohmann_json
];
};
Expand Down

0 comments on commit a8c2901

Please sign in to comment.