summaryrefslogtreecommitdiffstats
path: root/2configs/bureautomation/deps/gtts-token.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-10-30 08:01:44 +0100
committerJeschli <jeschli@gmail.com>2019-11-14 15:36:11 +0100
commitcc8d599e1ca3b1b2d50ff52147893f5dd783f87c (patch)
treefaf1ce068c6431185101225af07974c1483f2efc /2configs/bureautomation/deps/gtts-token.nix
parent5ad2e261d3def7e949d585ce36b4ece850dbba27 (diff)
ma bureautomation: fix all the regression, add openwrt-luci-rpc as dependency
Diffstat (limited to '2configs/bureautomation/deps/gtts-token.nix')
-rw-r--r--2configs/bureautomation/deps/gtts-token.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/2configs/bureautomation/deps/gtts-token.nix b/2configs/bureautomation/deps/gtts-token.nix
deleted file mode 100644
index 69640f03d..000000000
--- a/2configs/bureautomation/deps/gtts-token.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, requests
-}:
-
-buildPythonPackage rec {
- pname = "gtts-token";
- version = "1.1.3";
-
- src = fetchPypi {
- pname = "gTTS-token";
- inherit version;
- sha256 = "9d6819a85b813f235397ef931ad4b680f03d843c9b2a9e74dd95175a4bc012c5";
- };
-
- propagatedBuildInputs = [
- requests
- ];
-
- meta = with lib; {
- description = "Calculates a token to run the Google Translate text to speech";
- homepage = https://github.com/boudewijn26/gTTS-token;
- license = licenses.mit;
- # maintainers = [ maintainers. ];
- };
-}
[cgit] Unable to lock slot /tmp/cgit/91300000.lock: No such file or directory (2)