Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 18 lines 398 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 maintainers = lib.teams.php.members; 16 platforms = lib.platforms.linux; 17 }; 18}