python packages: cleanup nanomsg-python

@dotlambda has an eagle eye
This commit is contained in:
Danylo Hlynskyi 2019-01-22 01:23:48 +02:00 committed by GitHub
parent bb02d518e0
commit f5836d2d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ buildPythonPackage rec {
sha256 = "1qgybcpmm9xxrn39alcgdcpvwphgm1glkbnwx0ljpz4nd1jsnyrl";
};
propagatedBuildInputs = [ nanomsg ];
buildInputs = [ nanomsg ];
# Tests requires network connections
doCheck = false;
meta = with stdenv.lib; {
description = "Bindings for nanomsg.";
description = "Bindings for nanomsg";
homepage = https://github.com/tonysimpson/nanomsg-python;
license = licenses.mit;
maintainers = with maintainers; [ bgamari ];