mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #82179 from nyanloutre/jacket_disable_macos
jackett: disable macos platform
This commit is contained in:
commit
6cf9509024
@ -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
Block a user