Commit 4cd214ed authored by aleksana's avatar aleksana
Browse files

gabutdm: add aria2 to wrapper path

parent 92bed139
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";