mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
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";
|
||||
};
|
||||
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue