persepolis: mark broken on Darwin

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