Merge pull request #82179 from nyanloutre/jacket_disable_macos

jackett: disable macos platform

authored by

lewo and committed by
GitHub
6cf95090 5ea02584

+1 -1
+1 -1
pkgs/servers/jackett/default.nix
··· 35 35 homepage = https://github.com/Jackett/Jackett/; 36 36 license = licenses.gpl2; 37 37 maintainers = with maintainers; [ edwtjo nyanloutre ]; 38 - platforms = platforms.all; 38 + platforms = platforms.linux; 39 39 }; 40 40 }