From f5836d2d8251683b7ece210675e046e11561e7a7 Mon Sep 17 00:00:00 2001 From: Danylo Hlynskyi Date: Tue, 22 Jan 2019 01:23:48 +0200 Subject: python packages: cleanup nanomsg-python @dotlambda has an eagle eye --- pkgs/development/python-modules/nanomsg-python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/python-modules/nanomsg-python/default.nix b/pkgs/development/python-modules/nanomsg-python/default.nix index 40b7f8ffac5e..b6e323ff9c69 100644 --- a/pkgs/development/python-modules/nanomsg-python/default.nix +++ b/pkgs/development/python-modules/nanomsg-python/default.nix @@ -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 ]; -- cgit 1.4.1