gabutdm: add aria2 to wrapper path

This commit is contained in:
aleksana 2024-03-24 23:28:40 +08:00
parent 92bed13998
commit 4cd214edde
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@
, json-glib
, qrencode
, curl
, aria2
}:
stdenv.mkDerivation rec {
@ -53,6 +54,12 @@ stdenv.mkDerivation rec {
--replace gtk-update-icon-cache gtk4-update-icon-cache
'';
preFixup = ''
gappsWrapperArgs+=(
--prefix PATH : ${lib.makeBinPath [ aria2 ]}
)
'';
meta = with lib; {
description = "Simple and fast download manager";
homepage = "https://github.com/gabutakut/gabutdm";