mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #13142 from xokdvium/gc-root-boost-regex
libstore: Use `boost::regex` for GC root discovery
This commit is contained in:
commit
e7078d4de1
3 changed files with 17 additions and 15 deletions
|
@ -63,6 +63,7 @@ scope: {
|
|||
"--with-coroutine"
|
||||
"--with-iostreams"
|
||||
];
|
||||
enableIcu = false;
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
# Need to remove `--with-*` to use `--with-libraries=...`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue