Unverified Commit 21586c30 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #247910 from elohmeier/pygrok-darwin

python3Packages.pygrok: enable on darwin
parents ce2b9efe 1af5e08c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}