persepolis: mark broken on Darwin

This commit is contained in:
Randy Eckenrode
2023-11-10 08:52:52 -05:00
parent 654135cc44
commit caf4291dd3
+2 -1
View File
@@ -1,4 +1,4 @@
{ lib, buildPythonApplication, fetchFromGitHub
{ lib, stdenv, buildPythonApplication, fetchFromGitHub
, aria
, libnotify
, pulseaudio
@@ -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; # Upstreams build scripts check and fail on Darwin.
license = licenses.gpl3;
maintainers = [ ];
};