mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
Merge pull request #242332 from AlexChalk/share-dropbox-pid
dropbox: share PID
This commit is contained in:
commit
69900c5838
@ -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 New Issue
Block a user