diff --git a/pkgs/dict/gt4gd/default.nix b/pkgs/dict/gt4gd/default.nix
index 7c4b0667035ea372ce7f18cceba899fb9f3a5cc2..4276e5e4dc041876b4f24e8e85b1d470c9ea09c7 100644
--- a/pkgs/dict/gt4gd/default.nix
+++ b/pkgs/dict/gt4gd/default.nix
@@ -9,6 +9,8 @@
propagatedBuildInputs = with python3Packages; [ requests ]
++ lib.optional withUI tkinter;
postInstall = lib.optionalString withUI ''
install -Dm755 googletranslateui.py $out/bin/googletranslateui
install -Dm644 google_translate.png -t $out/share/gt4gd
application/octet-stream
This content has been proxied by September (3851b).