at master 388 B view raw
1{ buildPecl, lib }: 2 3buildPecl { 4 pname = "inotify"; 5 6 version = "3.0.0"; 7 sha256 = "sha256-xxt4ZEwBFVecx5T1jnhEFEF1HXgEC52dGiI9Ppwtcj0="; 8 9 doCheck = true; 10 11 meta = { 12 description = "Inotify bindings for PHP"; 13 homepage = "https://github.com/arnaud-lb/php-inotify"; 14 license = lib.licenses.php301; 15 teams = [ lib.teams.php ]; 16 platforms = lib.platforms.linux; 17 }; 18}