Loading pkgs/tools/networking/persepolis/default.nix +2 −1 Original line number Diff line number Diff line { lib, buildPythonApplication, fetchFromGitHub { lib, stdenv, buildPythonApplication, fetchFromGitHub , aria , libnotify , pulseaudio Loading Loading @@ -64,6 +64,7 @@ buildPythonApplication rec { meta = with lib; { description = "Persepolis Download Manager is a GUI for aria2"; homepage = "https://persepolisdm.github.io/"; broken = stdenv.isDarwin; # Upstream’s build scripts check and fail on Darwin. license = licenses.gpl3; maintainers = [ ]; }; Loading Loading
pkgs/tools/networking/persepolis/default.nix +2 −1 Original line number Diff line number Diff line { lib, buildPythonApplication, fetchFromGitHub { lib, stdenv, buildPythonApplication, fetchFromGitHub , aria , libnotify , pulseaudio Loading Loading @@ -64,6 +64,7 @@ buildPythonApplication rec { meta = with lib; { description = "Persepolis Download Manager is a GUI for aria2"; homepage = "https://persepolisdm.github.io/"; broken = stdenv.isDarwin; # Upstream’s build scripts check and fail on Darwin. license = licenses.gpl3; maintainers = [ ]; }; Loading