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