mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
buildbot: get rid of python overrides
we only had moto overriden because we needed to rebuild some other libraries. This is no longer the case.
This commit is contained in:
parent
22198d76aa
commit
0a4ee602e8
@ -5,15 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
# Take packages from self first, then python.pkgs (and secondarily pkgs)
|
# Take packages from self first, then python.pkgs (and secondarily pkgs)
|
||||||
lib.makeScope (self: newScope (self.python.pkgs // self)) (self: {
|
lib.makeScope (self: newScope (self.python.pkgs // self)) (self: {
|
||||||
python = python3.override {
|
python = python3;
|
||||||
self = self.python;
|
|
||||||
packageOverrides = self: super: {
|
|
||||||
moto = super.moto.overridePythonAttrs (oldAttrs: {
|
|
||||||
# a lot of tests -> very slow, we already build them when building python packages
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
buildbot-pkg = self.callPackage ./pkg.nix { };
|
buildbot-pkg = self.callPackage ./pkg.nix { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user