mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 23:44:13 +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";
|
homepage = "https://zulip.com";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ andersk ];
|
maintainers = with maintainers; [ andersk ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "zulip";
|
mainProgram = "zulip";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user