mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
Checkpoint
This commit is contained in:
parent
bb6e6923f2
commit
4237414f4d
23 changed files with 844 additions and 295 deletions
|
|
@ -248,7 +248,7 @@ void DrvInfo::setMeta(const string & name, Value * v)
|
|||
{
|
||||
getMeta();
|
||||
Bindings * old = meta;
|
||||
meta = state->allocBindings(1 + (old ? old->size() : 0));
|
||||
meta = Bindings::allocBindings(1 + (old ? old->size() : 0));
|
||||
Symbol sym = state->symbols.create(name);
|
||||
if (old)
|
||||
for (auto i : *old)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue