Replace obsolete name.

svn path=/nixos/trunk/; revision=13233
This commit is contained in:
Nicolas Pierron 2008-11-09 16:44:31 +00:00
parent ed1df64e2a
commit 92f790036c

View file

@ -16,12 +16,12 @@ rec {
# Make a configuration object from which we can retrieve option
# values.
config =
pkgs.lib.finalReferenceOptionSets
pkgs.lib.fixOptionSets
(pkgs.lib.mergeOptionSets noOption)
pkgs configComponents;
optionDeclarations =
pkgs.lib.finalOptionSetsFun
pkgs.lib.fixOptionSetsFun
pkgs.lib.filterOptionSets
pkgs configComponents
config;