mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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 a new issue