From 8a9e1e63dadf332bb371ecdb6bad9acb8bad0a91 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 16 Jan 2019 18:56:29 +0000 Subject: [PATCH] pythonPackages.sortedcollections: cleanup --- pkgs/development/python-modules/sortedcollections/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sortedcollections/default.nix b/pkgs/development/python-modules/sortedcollections/default.nix index a42e79df4d1..b8261d88628 100644 --- a/pkgs/development/python-modules/sortedcollections/default.nix +++ b/pkgs/development/python-modules/sortedcollections/default.nix @@ -13,9 +13,9 @@ buildPythonPackage rec { sha256 = "12nkw69lnyvh9wy6rsd0ng4bcia81vkhj1rj1kj1k3vzppn0sgmr"; }; - buildInputs = [ sortedcontainers ]; + propagatedBuildInputs = [ sortedcontainers ]; - # wants to test all python versions with tox: + # No tests in PyPi tarball doCheck = false; meta = with stdenv.lib; {