lol
at 23.05-pre 21 lines 424 B view raw
1{ buildPecl 2, lib 3, stdenv 4}: 5 6buildPecl { 7 pname = "inotify"; 8 9 version = "3.0.0"; 10 sha256 = "sha256-xxt4ZEwBFVecx5T1jnhEFEF1HXgEC52dGiI9Ppwtcj0="; 11 12 doCheck = true; 13 14 meta = with lib; { 15 broken = stdenv.isDarwin; # no inotify support 16 description = "Inotify bindings for PHP"; 17 license = licenses.php301; 18 homepage = "https://github.com/arnaud-lb/php-inotify"; 19 maintainers = teams.php.members; 20 }; 21}