1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02: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 = propagatedDeps =
[ (boehmgc.override { [ ((boehmgc.override {
enableLargeConfig = true; enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
./boehmgc-coroutine-sp-fallback.diff
];
}) })
)
nlohmann_json nlohmann_json
]; ];
}; };