18 stdenv.mkDerivation rec {
19 pname = "crow-translate";
23 url = "https://github.com/${pname}/${pname}/releases/download/${version}/${pname}-${version}-source.tar.gz";
24 hash = "sha256-1rq1pF4tOaZNEaHflxlBuHta80EzD9m3O99geR1EPxE=";
28 substituteInPlace data/io.crow_translate.CrowTranslate.desktop \
29 --replace "Exec=qdbus" "Exec=${lib.getBin qttools}/bin/qdbus"
45 ] ++ (with gst_all_1; [
53 qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
56 passthru.tests.version = testers.testVersion {
57 package = crow-translate;
61 description = "A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing";
62 homepage = "https://crow-translate.github.io/";
63 license = licenses.gpl3Plus;
64 maintainers = with maintainers; [ sikmir ];
65 platforms = platforms.linux;