tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pygrok: enable on darwin
Enno Richter
2 years ago
1af5e08c
9331708d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pygrok
default.nix
+1
-1
pkgs/development/python-modules/pygrok/default.nix
···
23
23
description = "A python implementation of jordansissel's grok regular expression library";
24
24
homepage = "https://github.com/garyelephant/pygrok";
25
25
license = licenses.mit;
26
26
-
platforms = platforms.linux;
26
26
+
platforms = platforms.unix;
27
27
};
28
28
}