python packages: cleanup nanomsg-python
@dotlambda has an eagle eye
This commit is contained in:
parent
bb02d518e0
commit
f5836d2d82
@ -11,13 +11,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1qgybcpmm9xxrn39alcgdcpvwphgm1glkbnwx0ljpz4nd1jsnyrl";
|
sha256 = "1qgybcpmm9xxrn39alcgdcpvwphgm1glkbnwx0ljpz4nd1jsnyrl";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ nanomsg ];
|
buildInputs = [ nanomsg ];
|
||||||
|
|
||||||
# Tests requires network connections
|
# Tests requires network connections
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bindings for nanomsg.";
|
description = "Bindings for nanomsg";
|
||||||
homepage = https://github.com/tonysimpson/nanomsg-python;
|
homepage = https://github.com/tonysimpson/nanomsg-python;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ bgamari ];
|
maintainers = with maintainers; [ bgamari ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user