persepolis: mark broken on Darwin

+2 -1
+2 -1
pkgs/tools/networking/persepolis/default.nix
··· 1 - { lib, buildPythonApplication, fetchFromGitHub 2 , aria 3 , libnotify 4 , pulseaudio ··· 64 meta = with lib; { 65 description = "Persepolis Download Manager is a GUI for aria2"; 66 homepage = "https://persepolisdm.github.io/"; 67 license = licenses.gpl3; 68 maintainers = [ ]; 69 };
··· 1 + { lib, stdenv, buildPythonApplication, fetchFromGitHub 2 , aria 3 , libnotify 4 , pulseaudio ··· 64 meta = with lib; { 65 description = "Persepolis Download Manager is a GUI for aria2"; 66 homepage = "https://persepolisdm.github.io/"; 67 + broken = stdenv.isDarwin; # Upstream’s build scripts check and fail on Darwin. 68 license = licenses.gpl3; 69 maintainers = [ ]; 70 };