python3Packages.pygrok: enable on darwin

This commit is contained in:
Enno Richter
2023-08-08 11:58:23 +02:00
parent 9331708da6
commit 1af5e08cd9
@@ -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;
};
}