about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 20:28:42 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:51 +0100
commit50b1d64534b6d648a7a579b987577442fcea2c29 (patch)
treecc237a47abe416076118e0231f494657ca1bdaea /pkgs/applications/graphics
parent6da810586d48276fe7590637fbb78842dbce235b (diff)
downloadnixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar.gz
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar.bz2
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar.lz
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar.xz
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.tar.zst
nixlib-50b1d64534b6d648a7a579b987577442fcea2c29.zip
dosage: fix build
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/dosage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/dosage/default.nix b/pkgs/applications/graphics/dosage/default.nix
index d45d6c3a62e3..cf5ecfdd043f 100644
--- a/pkgs/applications/graphics/dosage/default.nix
+++ b/pkgs/applications/graphics/dosage/default.nix
@@ -11,7 +11,7 @@ pythonPackages.buildPythonApplication rec {
     rev = "b2fdc13feb65b93762928f7e99bac7b1b7b31591";
     sha256 = "1p6vllqaf9s6crj47xqp97hkglch1kd4y8y4lxvzx3g2shhhk9hh";
   };
-  buildInputs = with pythonPackages; [ pytest responses ];
+  checkInputs = with pythonPackages; [ pytest responses ];
   propagatedBuildInputs = with pythonPackages; [ colorama lxml requests pbr ];
 
   disabled = pythonPackages.pythonOlder "3.3";