summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-14 08:14:38 -0500
committerGitHub <noreply@github.com>2019-01-14 08:14:38 -0500
commitbc8e15eec4a022f455995d459e7f0c302622f2c1 (patch)
treefe9f01b67bbce8bc6f84b53d0b111149d86e7f9d /pkgs/tools/misc
parenta611560b26fda9e2d98e230c59a1dc26fef15b41 (diff)
downloadnixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar.gz
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar.bz2
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar.lz
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar.xz
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.tar.zst
nixpkgs-bc8e15eec4a022f455995d459e7f0c302622f2c1.zip
asciinema: move nose to checkInputs
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/asciinema/default.nix3
1 files changed, 1 insertions, 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