mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #111505 from lopsided98/buildbot-python-packages-type
This commit is contained in:
commit
df3df8c0e0
@ -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 New Issue
Block a user