gabutdm: add aria2 to wrapper path
This commit is contained in:
parent
92bed13998
commit
4cd214edde
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue