mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
jenkins-job-builder: use python3
This commit is contained in:
parent
073f50593b
commit
3c8a7afa8e
1 changed files with 1 additions and 1 deletions
|
@ -9756,7 +9756,7 @@ in
|
|||
|
||||
jenkins = callPackage ../development/tools/continuous-integration/jenkins { };
|
||||
|
||||
jenkins-job-builder = pythonPackages.jenkins-job-builder;
|
||||
jenkins-job-builder = with python3Packages; toPythonApplication jenkins-job-builder;
|
||||
|
||||
kafkacat = callPackage ../development/tools/kafkacat { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue