torbrowser: callPackage can fill in missing params from xorg
This commit is contained in:
parent
9188f2ed8a
commit
116953ffc9
1 changed files with 1 additions and 3 deletions
|
@ -4124,9 +4124,7 @@ with pkgs;
|
|||
|
||||
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };
|
||||
|
||||
torbrowser = callPackage ../tools/security/tor/torbrowser.nix {
|
||||
inherit (xorg) libXrender libX11 libXext libXt;
|
||||
};
|
||||
torbrowser = callPackage ../tools/security/tor/torbrowser.nix { };
|
||||
|
||||
touchegg = callPackage ../tools/inputmethods/touchegg { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue