python310Packages.kajiki: Normalize attribute name

This commit is contained in:
Martin Weinelt 2023-02-19 17:13:38 +00:00
parent ee9b576f25
commit acfd6f7704
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ mapAliases ({
jupyter_client = jupyter-client; # added 2021-10-15
jupyter_core = jupyter-core; # added 2023-01-05
jupyter_server = jupyter-server; # added 2023-01-05
Kajiki = kajiki; # added 2023-02-19
Keras = keras; # added 2021-11-25
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04

View File

@ -5105,7 +5105,7 @@ self: super: with self; {
kaitaistruct = callPackage ../development/python-modules/kaitaistruct { };
Kajiki = callPackage ../development/python-modules/kajiki { };
kajiki = callPackage ../development/python-modules/kajiki { };
kaldi-active-grammar = callPackage ../development/python-modules/kaldi-active-grammar { };