summary refs log tree commit diff
path: root/pkgs/development/python-modules/cairosvg
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-08 11:57:33 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-10 23:52:29 +0100
commit5d05981e199ae667d274ba47e4a498eff020c279 (patch)
tree2cda23ad8250d2c98eb163c88ed48150f335c116 /pkgs/development/python-modules/cairosvg
parent100471967208be439b0798cece95c714c2155d7f (diff)
downloadnixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar.gz
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar.bz2
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar.lz
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar.xz
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.tar.zst
nixpkgs-5d05981e199ae667d274ba47e4a498eff020c279.zip
pythonPackages.cairosvg: move pytest-runner into nativeBuildInputs
Diffstat (limited to 'pkgs/development/python-modules/cairosvg')
-rw-r--r--pkgs/development/python-modules/cairosvg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cairosvg/default.nix b/pkgs/development/python-modules/cairosvg/default.nix
index 58b8c267306..5e8e8d985aa 100644
--- a/pkgs/development/python-modules/cairosvg/default.nix
+++ b/pkgs/development/python-modules/cairosvg/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     sha256 = "sha256-sLmSnPXboAUXjXRqgDb88AJVUPSYylTbYYczIjhHg7w=";
   };
 
-  buildInputs = [ pytest-runner ];
+  nativeBuildInputs = [ pytest-runner ];
 
   propagatedBuildInputs = [ cairocffi cssselect2 defusedxml pillow tinycss2 ];