mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Replace obsolete name.
svn path=/nixos/trunk/; revision=13233
This commit is contained in:
parent
ed1df64e2a
commit
92f790036c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user