mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python310Packages.constantly: use python variant of overrideAttrs
This commit is contained in:
parent
ca7f8c8775
commit
9f456a06dc
@ -23,7 +23,7 @@ let
|
||||
|
||||
pythonImportsCheck = [ "constantly" ];
|
||||
|
||||
passthru.tests.constantly = self.overrideAttrs (_: { doInstallCheck = true; });
|
||||
passthru.tests.constantly = self.overridePythonAttrs { doCheck = true; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/twisted/constantly";
|
||||
|
Loading…
Reference in New Issue
Block a user