diff options
| author | Silvan Mosberger <contact@infinisil.com> | 2020-01-02 22:09:31 +0100 |
|---|---|---|
| committer | Silvan Mosberger <contact@infinisil.com> | 2020-01-09 17:26:05 +0100 |
| commit | de5f73d434dda62048f67282804e9f417bb893d1 (patch) | |
| tree | 09a408e586f3a4d41d8d8a1d67c3c85e7a0bdf3b /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 845e92835d90d300142157c6bae9ca5b7831e2bd (diff) | |
lib/modules: Recursive disabledModules
With this change, disabledModules applies recursively, meaning if you
have a module "foo.nix" with
imports = [ ./bar.nix ];
then setting
disabledModules = [ "foo.nix" ];
will disable both "foo.nix" and "bar.nix", whereas previously only
"foo.nix" would be disabled.
This change along with https://github.com/NixOS/nixpkgs/pull/61570 allows
modules to be fully disabled even when they have some `mkRenamedOption`
imports.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
