mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
pypyPackages.paramiko: fix
This commit is contained in:
parent
4ac4440e2f
commit
549fae8676
|
@ -5253,7 +5253,7 @@ rec {
|
|||
|
||||
propagatedBuildInputs = [ pycrypto ecdsa ];
|
||||
|
||||
checkPhase = "python test.py";
|
||||
checkPhase = "${python}/bin/${python.executable} test.py";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/paramiko/paramiko/";
|
||||
|
|
Loading…
Reference in a new issue