Share dropbox PID
This commit is contained in:
parent
186edce0a0
commit
38583d8bdb
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ in
|
|||
buildFHSEnv {
|
||||
name = "dropbox";
|
||||
|
||||
# dropbox-cli (i.e. nautilus-dropbox) needs the PID to confirm dropbox is running.
|
||||
# Dropbox's internal limit-to-one-instance check also relies on the PID.
|
||||
unsharePid = false;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; with xorg; [
|
||||
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender
|
||||
libXxf86vm libxcb xkeyboardconfig
|
||||
|
|
Loading…
Reference in a new issue