mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
commit
f14c3b6f68
3 changed files with 68 additions and 8 deletions
|
@ -104,7 +104,13 @@
|
|||
});
|
||||
|
||||
propagatedDeps =
|
||||
[ (boehmgc.override { enableLargeConfig = true; })
|
||||
[ ((boehmgc.override {
|
||||
enableLargeConfig = true;
|
||||
}).overrideAttrs(o: {
|
||||
patches = (o.patches or []) ++ [
|
||||
./boehmgc-coroutine-sp-fallback.diff
|
||||
];
|
||||
}))
|
||||
];
|
||||
|
||||
perlDeps =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue