mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge c62e785fb1
into 918ac6b2fc
This commit is contained in:
commit
57b789d786
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@ struct CmdCopySigs : StorePathsCommand
|
|||
|
||||
/* Don't import signatures that don't match this
|
||||
binary. */
|
||||
if (info->narHash != info2->narHash ||
|
||||
info->narSize != info2->narSize ||
|
||||
info->references != info2->references)
|
||||
if (info->narHash != info2->narHash)
|
||||
continue;
|
||||
|
||||
for (auto & sig : info2->sigs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue