ignoring config option servicesProposal (is checked in upstart-jobs/default.nix)

svn path=/nixpkgs/trunk/; revision=11278
This commit is contained in:
Marc Weber 2008-03-24 23:47:40 +00:00
parent 57f29aca82
commit c150dc2cf3

View file

@ -18,7 +18,9 @@ let
if (! isAttrs b) then s else
if (lib.getAttr ["_type"] "" b) == "option" then "" else
findInList (x : x != "")
(map (x: checkAttrInclusion
( map (x: if (x == "servicesProposal") # this attr will be checked at another place ( -> upstart-jobs/default.nix )
then ""
else checkAttrInclusion
(s + "." + x)
(__getAttr x a)
(lib.getAttr [x] null b))