jackett: disable macos platform
This commit is contained in:
parent
f5bb6c0207
commit
e95f1f32a0
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/Jackett/Jackett/;
|
homepage = https://github.com/Jackett/Jackett/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ edwtjo nyanloutre ];
|
maintainers = with maintainers; [ edwtjo nyanloutre ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue