Fix Typo
svn path=/nixpkgs/trunk/; revision=17190
This commit is contained in:
parent
2e32120360
commit
9d85db847b
@ -48,8 +48,8 @@ let
|
||||
selectMaintained attrSet
|
||||
else
|
||||
if attrSet.meta.maintainers != [] then
|
||||
(if builtin.hasAttr "platforms" attrSet.meta
|
||||
then builtin.getAttr "platforms" attrSet.meta
|
||||
(if builtins.hasAttr "platforms" attrSet.meta
|
||||
then builtins.getAttr "platforms" attrSet.meta
|
||||
else pkgs.lib.platforms.all)
|
||||
else
|
||||
[];
|
||||
|
Loading…
Reference in New Issue
Block a user