mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
buildbot-worker: inherit version from buildbot
This commit is contained in:
parent
573089724c
commit
ca39097da8
@ -1,9 +1,9 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, setuptoolsTrial, mock, twisted, future,
|
||||
coreutils }:
|
||||
{ lib, buildPythonPackage, fetchPypi, buildbot, setuptoolsTrial, mock, twisted,
|
||||
future, coreutils }:
|
||||
|
||||
buildPythonPackage (rec {
|
||||
pname = "buildbot-worker";
|
||||
version = "2.8.1";
|
||||
inherit (buildbot) version;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user