mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
buildbotPackages: fix top-level definition
This commit is contained in:
@@ -1844,7 +1844,7 @@ with pkgs;
|
||||
bucklespring-x11 = callPackage ../applications/audio/bucklespring { legacy = true; };
|
||||
|
||||
buildbotPackages = recurseIntoAttrs (
|
||||
python3.pkgs.callPackage ../development/tools/continuous-integration/buildbot { }
|
||||
callPackage ../development/tools/continuous-integration/buildbot { }
|
||||
);
|
||||
inherit (buildbotPackages)
|
||||
buildbot
|
||||
|
||||
Reference in New Issue
Block a user