Merge pull request #247910 from elohmeier/pygrok-darwin

python3Packages.pygrok: enable on darwin
This commit is contained in:
Mario Rodas 2023-08-09 22:15:54 -05:00 committed by GitHub
commit 21586c3000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "A python implementation of jordansissel's grok regular expression library";
homepage = "https://github.com/garyelephant/pygrok";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
};
}