27 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
32 owner = "davidmhewitt";
35 sha256 = "sha256-uHc/VNtbhetmGyuhynZH1TvxJscVX17eWO6dzX6Ft3A=";
65 chmod +x meson/post_install.py
66 patchShebangs meson/post_install.py
68 substituteInPlace meson/post_install.py \
69 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
73 updateScript = nix-update-script { };
77 description = "Download torrents in style with this speedy, minimalist torrent client for elementary OS";
78 homepage = "https://github.com/davidmhewitt/torrential";
79 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
80 platforms = platforms.linux;
81 license = licenses.gpl2Plus;
82 mainProgram = "com.github.davidmhewitt.torrential";