summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-10 18:00:58 +0000
committerGitHub <noreply@github.com>2023-11-10 18:00:58 +0000
commitbc8214427e83b3b96a3320510c2c839c6a27f2fa (patch)
tree5497e0b6c21c82581a088faa9461c4f3ca1e4493 /pkgs/tools/networking
parentcc0c0f9ee72821bc85611758ddb7ea353aa7939a (diff)
parenteef729c8669bcbc6f48eab7a1634816ba23809a1 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/persepolis/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/persepolis/default.nix b/pkgs/tools/networking/persepolis/default.nix
index ed449ecb992f9..a4ba2b4f04aa5 100644
--- a/pkgs/tools/networking/persepolis/default.nix
+++ b/pkgs/tools/networking/persepolis/default.nix
@@ -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; # Upstream’s build scripts check and fail on Darwin.
     license = licenses.gpl3;
     maintainers = [ ];
   };