mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03: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 New Issue
Block a user