ignoring config option servicesProposal (is checked in upstart-jobs/default.nix)
svn path=/nixpkgs/trunk/; revision=11278
This commit is contained in:
parent
57f29aca82
commit
c150dc2cf3
@ -18,7 +18,9 @@ let
|
|||||||
if (! isAttrs b) then s else
|
if (! isAttrs b) then s else
|
||||||
if (lib.getAttr ["_type"] "" b) == "option" then "" else
|
if (lib.getAttr ["_type"] "" b) == "option" then "" else
|
||||||
findInList (x : x != "")
|
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)
|
(s + "." + x)
|
||||||
(__getAttr x a)
|
(__getAttr x a)
|
||||||
(lib.getAttr [x] null b))
|
(lib.getAttr [x] null b))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user