1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
svn path=/nixpkgs/trunk/; revision=17190
This commit is contained in:
Michael Raskin 2009-09-16 13:53:25 +00:00
parent 2e32120360
commit 9d85db847b

View file

@ -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
[];