pythonPackages.matrix-client: don't pass pythonPackages
This commit is contained in:
parent
49ab1dcc69
commit
b854e83183
@ -1,7 +1,8 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonPackages
|
, requests
|
||||||
|
, tox, pytest, flake8, responses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -14,9 +15,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "15kx5px26hwr0sxpyjk4w61fjnabg1b57hwys1nyarc0jx4qjhiq";
|
sha256 = "15kx5px26hwr0sxpyjk4w61fjnabg1b57hwys1nyarc0jx4qjhiq";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with pythonPackages; [ tox pytest flake8 responses ];
|
checkInputs = [ tox pytest flake8 responses ];
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest
|
pytest
|
||||||
|
@ -12539,7 +12539,7 @@ in {
|
|||||||
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
|
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
|
||||||
};
|
};
|
||||||
|
|
||||||
matrix-client = callPackage ../development/python-modules/matrix-client/default.nix { pythonPackages = self; };
|
matrix-client = callPackage ../development/python-modules/matrix-client/default.nix { };
|
||||||
|
|
||||||
mccabe = callPackage ../development/python-modules/mccabe { };
|
mccabe = callPackage ../development/python-modules/mccabe { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user