Update function arguments to follow nixpkgs modification.

svn path=/nixos/branches/modular-nixos/; revision=16193
This commit is contained in:
Nicolas Pierron 2009-07-06 16:20:58 +00:00
parent 1f9d8f45ea
commit 26fcc601a6

View File

@ -28,12 +28,12 @@ rec {
config_ =
pkgs.lib.fixOptionSets
pkgs.lib.mergeOptionSets
pkgs configComponents;
{ inherit pkgs; } configComponents;
optionDeclarations =
pkgs.lib.fixOptionSetsFun
pkgs.lib.filterOptionSets
pkgs configComponents
{ inherit pkgs; } configComponents
config_;
# Optionally check wether all config values have corresponding