From b804cd913a0f2970788c7ab1b0154afd868d00ff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 27 Jul 2021 10:35:42 +0200 Subject: pythonPackages.inotify-simple: add pythonImportsCheck --- pkgs/development/python-modules/inotify-simple/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/inotify-simple/default.nix') diff --git a/pkgs/development/python-modules/inotify-simple/default.nix b/pkgs/development/python-modules/inotify-simple/default.nix index 1285cd7bccb..fe5f8ae9f11 100644 --- a/pkgs/development/python-modules/inotify-simple/default.nix +++ b/pkgs/development/python-modules/inotify-simple/default.nix @@ -13,6 +13,8 @@ buildPythonPackage rec { # The package has no tests doCheck = false; + pythonImportsCheck = [ "inotify_simple" ]; + meta = with lib; { description = "A simple Python wrapper around inotify"; homepage = "https://github.com/chrisjbillington/inotify_simple"; -- cgit 1.4.1