Merge pull request #3953 from lethalman/combined

release: don't build broken packages, don't build tested on unsupported systems
This commit is contained in:
Eelco Dolstra
2014-09-05 10:46:42 +02:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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 []);