21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
29 hash = "sha256-0PBNKacgKT5xcd0mnn0y9ltmxEAbP+S7MLtt/Zau8vs=";
53 substituteInPlace meson/post_install.py \
54 --replace-fail gtk-update-icon-cache gtk4-update-icon-cache
59 --prefix PATH : ${lib.makeBinPath [ aria2 ]}
64 description = "Simple and fast download manager";
65 homepage = "https://github.com/gabutakut/gabutdm";
66 license = licenses.lgpl21Plus;
67 mainProgram = "com.github.gabutakut.gabutdm";
68 maintainers = with maintainers; [ aleksana ];
69 platforms = platforms.unix;