firefoxpwa: mark it linux only
It's not implemented for Darwin. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
@@ -151,7 +151,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://pwasforfirefox.filips.si/";
|
||||
changelog = "https://github.com/filips123/PWAsForFirefox/releases/tag/v${version}";
|
||||
license = lib.licenses.mpl20;
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
camillemndn
|
||||
pasqui23
|
||||
|
||||
Reference in New Issue
Block a user