about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-24 01:18:05 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:52 +0100
commit03a750545b7bda721f996d4f17322ddc61c03c2c (patch)
tree3fca3f622cb369adc3926e6e908914eb15effe8e
parent0838e5c4ef424ba3b8ce26da26a3216b15b317d9 (diff)
downloadnixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar.gz
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar.bz2
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar.lz
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar.xz
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.tar.zst
nixlib-03a750545b7bda721f996d4f17322ddc61c03c2c.zip
pythonPackages.mozprofile: 2.3.0 -> 2.4.0
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozprofile.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozprofile.nix b/pkgs/development/python-modules/marionette-harness/mozprofile.nix
index 9c8e10c7fd01..dda9e07d5e5c 100644
--- a/pkgs/development/python-modules/marionette-harness/mozprofile.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozprofile.nix
@@ -16,7 +16,9 @@ buildPythonPackage rec {
     sha256 = "09l18x72vahq7il9nj6qj7la2d21vvbcn9szlm3vsvsbkz68w0yk";
   };
 
-  propagatedBuildInputs = [ mozlog mozfile mozhttpd wptserve ];
+  propagatedBuildInputs = [ mozlog mozfile mozhttpd ];
+
+  checkInputs = [ wptserve ];
 
   meta = {
     description = "Mozilla application profile handling library";