mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
rambox: fix crash on start
fixes https://github.com/NixOS/nixpkgs/issues/261988
This commit is contained in:
parent
1d9e7c314f
commit
0e1174ccb7
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue