2022-09-09 14:08:57 +00:00
|
|
|
{ buildPecl
|
|
|
|
, lib
|
|
|
|
}:
|
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "inotify";
|
|
|
|
|
|
|
|
version = "3.0.0";
|
|
|
|
sha256 = "sha256-xxt4ZEwBFVecx5T1jnhEFEF1HXgEC52dGiI9Ppwtcj0=";
|
|
|
|
|
|
|
|
doCheck = true;
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
meta = {
|
2022-09-09 14:08:57 +00:00
|
|
|
description = "Inotify bindings for PHP";
|
|
|
|
homepage = "https://github.com/arnaud-lb/php-inotify";
|
2023-07-15 17:15:38 +00:00
|
|
|
license = lib.licenses.php301;
|
|
|
|
maintainers = lib.teams.php.members;
|
|
|
|
platforms = lib.platforms.linux;
|
2022-09-09 14:08:57 +00:00
|
|
|
};
|
|
|
|
}
|