Merge pull request #247910 from elohmeier/pygrok-darwin
python3Packages.pygrok: enable on darwin
This commit is contained in:
commit
21586c3000
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
|||||||
description = "A python implementation of jordansissel's grok regular expression library";
|
description = "A python implementation of jordansissel's grok regular expression library";
|
||||||
homepage = "https://github.com/garyelephant/pygrok";
|
homepage = "https://github.com/garyelephant/pygrok";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user