Merge pull request #121809 from rvolosatovs/init/stt

Deprecate deepspeech in favor of stt
This commit is contained in:
davidak
2021-05-21 23:19:29 +02:00
committed by GitHub
4 changed files with 37 additions and 36 deletions
+1
View File
@@ -167,6 +167,7 @@ mapAliases ({
deadpixi-sam = deadpixi-sam-unstable;
debian_devscripts = debian-devscripts; # added 2016-03-23
deepin = throw "deepin was a work in progress and it has been canceled and removed https://github.com/NixOS/nixpkgs/issues/94870"; # added 2020-08-31
deepspeech = throw "deepspeech was removed in favor of stt. https://github.com/NixOS/nixpkgs/issues/119496"; # added 2021-05-05
desktop_file_utils = desktop-file-utils; # added 2018-02-25
devicemapper = lvm2; # added 2018-04-25
digikam5 = digikam; # added 2017-02-18
+2 -2
View File
@@ -28579,6 +28579,8 @@ in
streamlit = python3Packages.callPackage ../applications/science/machine-learning/streamlit { };
stt = callPackage ../tools/audio/stt { };
stuntrally = callPackage ../games/stuntrally {
ogre = ogre1_9;
mygui = mygui.override {
@@ -30036,8 +30038,6 @@ in
dbus-map = callPackage ../tools/misc/dbus-map { };
deepspeech = callPackage ../misc/deepspeech { };
dell-530cdn = callPackage ../misc/drivers/dell-530cdn {};
demjson = with python3Packages; toPythonApplication demjson;