mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Propagate patches from the source distribution to the destination
distribution insofar they are applicable.
This commit is contained in:
parent
4f07ebc67e
commit
6270aa727d
3 changed files with 68 additions and 18 deletions
|
@ -23,9 +23,9 @@ sub addPatch {
|
|||
}
|
||||
}
|
||||
|
||||
if (!$found) {
|
||||
push @{$patchList}, $patch;
|
||||
}
|
||||
push @{$patchList}, $patch if !$found;
|
||||
|
||||
return !$found;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue