mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
No C++ designated initializers yet with Clang 7
This commit is contained in:
parent
3c78ac348c
commit
53bc8ff152
5 changed files with 8 additions and 14 deletions
|
@ -3757,10 +3757,7 @@ void DerivationGoal::registerOutputs()
|
|||
else
|
||||
assert(worker.store.parseStorePath(path) == dest);
|
||||
|
||||
ca = FileSystemHash {
|
||||
.method = i.second.hash->method,
|
||||
.hash = h2,
|
||||
};
|
||||
ca = FileSystemHash { i.second.hash->method, h2 };
|
||||
}
|
||||
|
||||
/* Get rid of all weird permissions. This also checks that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue