Skip to content

Commit

Permalink
pyinotify: add pythonImportsCheck for itself
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jul 9, 2024
1 parent 7f0d1d3 commit adb0bda
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 adb0bda

Please sign in to comment.