Commit 1af5e08c authored by Enno Richter's avatar Enno Richter
Browse files

python3Packages.pygrok: enable on darwin

parent 9331708d
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;
  };
}