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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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;
};
}