From bc8e15eec4a022f455995d459e7f0c302622f2c1 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 14 Jan 2019 08:14:38 -0500 Subject: [PATCH] asciinema: move nose to checkInputs --- pkgs/tools/misc/asciinema/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/misc/asciinema/default.nix b/pkgs/tools/misc/asciinema/default.nix index f3fe081eeae..1915d0dc842 100644 --- a/pkgs/tools/misc/asciinema/default.nix +++ b/pkgs/tools/misc/asciinema/default.nix @@ -4,7 +4,6 @@ python3Packages.buildPythonApplication rec { pname = "asciinema"; version = "2.0.2"; - buildInputs = with python3Packages; [ nose ]; propagatedBuildInputs = with python3Packages; [ requests ]; src = fetchFromGitHub { @@ -14,7 +13,7 @@ python3Packages.buildPythonApplication rec { sha256 = "1a2pysxnp6icyd08mgf66xr6f6j0irnfxdpf3fmzcz31ix7l9kc4"; }; - checkInputs = [ glibcLocales ]; + checkInputs = [ glibcLocales python3Packages.nose ]; checkPhase = '' LC_ALL=en_US.UTF-8 nosetests