1
0
Fork 1
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:
Domen Kožar 2014-08-24 10:16:41 +02:00
parent 4ac4440e2f
commit 549fae8676

View file

@ -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/";