python3Packages.pygrok: enable on darwin

+1 -1
+1 -1
pkgs/development/python-modules/pygrok/default.nix
··· 23 description = "A python implementation of jordansissel's grok regular expression library"; 24 homepage = "https://github.com/garyelephant/pygrok"; 25 license = licenses.mit; 26 - platforms = platforms.linux; 27 }; 28 }
··· 23 description = "A python implementation of jordansissel's grok regular expression library"; 24 homepage = "https://github.com/garyelephant/pygrok"; 25 license = licenses.mit; 26 + platforms = platforms.unix; 27 }; 28 }