rambox: fix crash on start

fixes https://github.com/NixOS/nixpkgs/issues/261988
This commit is contained in:
Krzysztof Nazarewski 2023-10-24 21:28:24 +02:00
parent 1d9e7c314f
commit 0e1174ccb7
No known key found for this signature in database
GPG Key ID: 985C1ACE088CC9F4

View File

@ -31,6 +31,8 @@ appimageTools.wrapType2 {
install -Dm644 ${desktopItem}/share/applications/* $out/share/applications
'';
extraPkgs = pkgs: with pkgs; [ procps ];
meta = with lib; {
description = "Workspace Simplifier - a cross-platform application organizing web services into Workspaces similar to browser profiles";
homepage = "https://rambox.app";