mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
zulip: expand platforms to all Linux
This commit is contained in:
parent
ca2fd2e8d2
commit
29d7565e1b
@ -35,7 +35,7 @@ in appimageTools.wrapType2 {
|
||||
homepage = "https://zulip.com";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ andersk ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "zulip";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user