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