Merge pull request #111505 from lopsided98/buildbot-python-packages-type
This commit is contained in:
commit
df3df8c0e0
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ in {
|
|||
};
|
||||
|
||||
pythonPackages = mkOption {
|
||||
type = types.listOf types.package;
|
||||
type = types.functionTo (types.listOf types.package);
|
||||
default = pythonPackages: with pythonPackages; [ ];
|
||||
defaultText = "pythonPackages: with pythonPackages; [ ]";
|
||||
description = "Packages to add the to the PYTHONPATH of the buildbot process.";
|
||||
|
@ -283,5 +283,5 @@ in {
|
|||
'')
|
||||
];
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ nand0p mic92 ];
|
||||
meta.maintainers = with lib.maintainers; [ nand0p mic92 lopsided98 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue