mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
buildbot-slave: align attrname with pkgname
Keep old attrname (buildbotSlave) around for backward compatibility.
This commit is contained in:
parent
99eab9f1e2
commit
1b396c7ae9
@ -4370,7 +4370,7 @@ let
|
||||
dateutil = pythonPackages.dateutil_1_5;
|
||||
};
|
||||
|
||||
buildbotSlave = callPackage ../development/tools/build-managers/buildbot-slave {
|
||||
buildbot-slave = callPackage ../development/tools/build-managers/buildbot-slave {
|
||||
inherit (pythonPackages) twisted;
|
||||
};
|
||||
|
||||
@ -12940,6 +12940,7 @@ let
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
||||
nfsUtils = nfs-utils; # added 2014-12-06
|
||||
buildbotSlave = buildbot-slave; # added 2014-12-09
|
||||
|
||||
opentsdb = callPackage ../tools/misc/opentsdb {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user