mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
pythonPackages.inotify-simple: add pythonImportsCheck
This commit is contained in:
parent
6a125ca9fb
commit
b804cd913a
|
@ -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