jackett: disable macos platform

This commit is contained in:
nyanloutre 2020-03-09 21:49:24 +01:00
parent f5bb6c0207
commit e95f1f32a0
No known key found for this signature in database
GPG key ID: 194A92D1103ACB2A

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Jackett/Jackett/;
license = licenses.gpl2;
maintainers = with maintainers; [ edwtjo nyanloutre ];
platforms = platforms.all;
platforms = platforms.linux;
};
}