Skip to content

Commit

Permalink
zulip: Don't use buildFHSUserEnvBubblewrap.
Browse files Browse the repository at this point in the history
For as-yet unknown reasons, this causes zulip to launch with a grey screen.

See NixOS#97264 (comment)
  • Loading branch information
shlevy committed Oct 7, 2020
1 parent c7f33a5 commit c800d20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9916,7 +9916,12 @@ in

z88dk = callPackage ../development/compilers/z88dk { };

zulip = callPackage ../applications/networking/instant-messengers/zulip { };
zulip = callPackage ../applications/networking/instant-messengers/zulip {
# Bubblewrap breaks zulip, see https://github.com/NixOS/nixpkgs/pull/97264#issuecomment-704454645
appimageTools = pkgs.appimageTools.override {
buildFHSUserEnv = pkgs.buildFHSUserEnv;
};
};

zulip-term = callPackage ../applications/networking/instant-messengers/zulip-term { };

Expand Down

0 comments on commit c800d20

Please sign in to comment.