forked from mirrors/nixpkgs
buildbot-pkg: inherit version from buildbot
This commit is contained in:
parent
b783e570ac
commit
573089724c
|
@ -1,8 +1,8 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, isPy3k }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy3k, buildbot }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "buildbot-pkg";
|
||||
version = "2.8.1";
|
||||
inherit (buildbot) version;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue