Skip to content

Commit

Permalink
torbrowser: callPackage can fill in missing params from xorg
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Mar 8, 2017
1 parent 9188f2e commit 116953f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 116953f

Please sign in to comment.