mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
e79f91f99a
* python3.pkgs.unicodeit: init at 0.7.5 * python3.pkgs.unicodeit: define CLI entrypoint * unicodeit: init * fixup! python3.pkgs.unicodeit: define CLI entrypoint * fixup! python3.pkgs.unicodeit: init at 0.7.5
6 lines
76 B
Nix
6 lines
76 B
Nix
{
|
|
python3Packages,
|
|
}:
|
|
with python3Packages;
|
|
toPythonApplication unicodeit
|