pyinotify: disable on darwin

Changed files
+1
pkgs
+1
pkgs/top-level/python-packages.nix
···
homepage = https://github.com/seb-m/pyinotify/wiki;
description = "Monitor filesystems events on Linux platforms with inotify";
license = licenses.mit;
};
};
···
homepage = https://github.com/seb-m/pyinotify/wiki;
description = "Monitor filesystems events on Linux platforms with inotify";
license = licenses.mit;
+
platforms = platforms.linux;
};
};