tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
persepolis: mark broken on Darwin
Randy Eckenrode
2 years ago
caf4291d
654135cc
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
persepolis
default.nix
+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/";
0
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
};