mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
python310Packages.kajiki: Normalize attribute name
This commit is contained in:
parent
ee9b576f25
commit
acfd6f7704
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user