From f954e867dc5b993171b7fce12adc6269a0a3a65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 3 Jun 2025 20:08:04 +0200 Subject: [PATCH] tlg-wotd: update cltk --- configs/bots/tlg-wotd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/bots/tlg-wotd.nix b/configs/bots/tlg-wotd.nix index d43eb67..5dadc0d 100644 --- a/configs/bots/tlg-wotd.nix +++ b/configs/bots/tlg-wotd.nix @@ -44,7 +44,7 @@ in { transliteration=$(${pkgs.writers.makePythonWriter pkgs.python311 pkgs.python311Packages pkgs.python3Packages "translit.py" { # revert to pkgs.writers.writePython3 once https://github.com/NixOS/nixpkgs/pull/353367 is merged - libraries = [ pkgs.python311Packages.cltk ]; + libraries = [ pkgs.python3Packages.cltk ]; } '' import sys from cltk.phonology.grc.transcription import Transcriber