deluge_1: Mark broken on darwin

This commit is contained in:
Sandro Jäckel
2020-12-08 02:54:25 +01:00
parent 90107fd05b
commit 6f701e9a14

View File

@@ -36,6 +36,7 @@ pythonPackages.buildPythonPackage rec {
description = "Torrent client";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ domenkozar ebzzry ];
broken = stdenv.isDarwin;
platforms = platforms.all;
};
}