Skip to content

Commit

Permalink
pyinotify: add pythonImportsCheck for itself
Browse files Browse the repository at this point in the history
(cherry picked from commit adb0bda)
  • Loading branch information
sarcasticadmin authored and github-actions[bot] committed Jul 15, 2024
1 parent be45415 commit bed74be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pyinotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ buildPythonPackage rec {
# No tests distributed
doCheck = false;

pythonImportsCheck = [ "pyinotify" ];

meta = with lib; {
homepage = "https://github.com/seb-m/pyinotify/wiki";
description = "Monitor filesystems events on Linux platforms with inotify";
Expand Down

0 comments on commit bed74be

Please sign in to comment.