Loading pkgs/applications/networking/gabutdm/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , json-glib , qrencode , curl , aria2 }: stdenv.mkDerivation rec { Loading Loading @@ -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 Loading
pkgs/applications/networking/gabutdm/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , json-glib , qrencode , curl , aria2 }: stdenv.mkDerivation rec { Loading Loading @@ -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