1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

Actually complete the revert

(cherry picked from commit 8270dccf60)
This commit is contained in:
Robert Hensing 2023-01-24 14:57:18 +01:00 committed by github-actions[bot]
parent 46daba3852
commit 8f170f98f4

View file

@ -131,9 +131,14 @@
});
propagatedDeps =
[ (boehmgc.override {
[ ((boehmgc.override {
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
./boehmgc-coroutine-sp-fallback.diff
];
})
)
nlohmann_json
];
};