22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
30 hash = "sha256-FKOgoJ0QreYk3PgvUoQMczC3tXkthw86/Y3pnm6tTQk=";
54 substituteInPlace meson/post_install.py \
55 --replace-fail gtk-update-icon-cache gtk4-update-icon-cache
60 --prefix PATH : ${lib.makeBinPath [ aria2 ]}
65 description = "Simple and fast download manager";
66 homepage = "https://github.com/gabutakut/gabutdm";
67 license = licenses.lgpl21Plus;
68 mainProgram = "com.github.gabutakut.gabutdm";
69 maintainers = with maintainers; [ aleksana ];
70 platforms = platforms.unix;