about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyudev
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-01-05 11:54:27 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-15 10:16:12 +0100
commit5a3670b83c238e1e42102b2e032566eea8c37cea (patch)
tree6290e12bd12231fb8a36453374821ca9fe757eda /pkgs/development/python-modules/pyudev
parent15396247ca4b3a39987d799f3ee217bf490caf45 (diff)
pythonPackages: fix native / check inputs
Diffstat (limited to 'pkgs/development/python-modules/pyudev')
-rw-r--r--pkgs/development/python-modules/pyudev/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyudev/default.nix b/pkgs/development/python-modules/pyudev/default.nix
index b0a4505555a5c..fa5c371b9b1aa 100644
--- a/pkgs/development/python-modules/pyudev/default.nix
+++ b/pkgs/development/python-modules/pyudev/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
       --replace "find_library(name)" "'${systemd.lib}/lib/libudev.so'"
     '';
 
-  buildInputs = [ pytest mock hypothesis docutils ];
+  checkInputs = [ pytest mock hypothesis docutils ];
   propagatedBuildInputs = [ systemd six ];
 
   checkPhase = ''