mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.inotify-simple: add pythonImportsCheck
This commit is contained in:
parent
6a125ca9fb
commit
b804cd913a
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue