mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
release: do not process broken packages, we induce they don't have platforms at all
This commit is contained in:
parent
e5b7b97a67
commit
46b78bdef4
|
@ -123,6 +123,8 @@ rec {
|
|||
packagesWithMetaPlatform attrSet
|
||||
else if attrSet.recurseForRelease or false then
|
||||
packagesWithMetaPlatform attrSet
|
||||
else if attrSet.meta.broken or false then
|
||||
[]
|
||||
else
|
||||
attrSet.meta.hydraPlatforms or (attrSet.meta.platforms or []);
|
||||
|
||||
|
|
Loading…
Reference in a new issue