Skip to content

Commit

Permalink
zulip: expand platforms to all Linux
Browse files Browse the repository at this point in the history
(cherry picked from commit 29d7565)
  • Loading branch information
nbdd0121 committed Dec 10, 2024
1 parent 9a5bac1 commit 1d48b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/zu/zulip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ buildNpmPackage rec {
homepage = "https://zulip.com";
license = licenses.asl20;
maintainers = with maintainers; [ andersk ];
platforms = [ "x86_64-linux" ];
platforms = lib.platforms.linux;
mainProgram = "zulip";
};
}

0 comments on commit 1d48b03

Please sign in to comment.