mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
tor-browser-bundle-bin: parameterize icon theme
This commit is contained in:
parent
5710ee3bef
commit
546e511edc
|
@ -42,7 +42,7 @@
|
|||
# Wrapper runtime
|
||||
, coreutils
|
||||
, glibcLocales
|
||||
, hicolor-icon-theme
|
||||
, defaultIconTheme
|
||||
, shared-mime-info
|
||||
, gsettings-desktop-schemas
|
||||
|
||||
|
@ -265,7 +265,7 @@ stdenv.mkDerivation rec {
|
|||
EOF
|
||||
|
||||
WRAPPER_XDG_DATA_DIRS=${concatMapStringsSep ":" (x: "${x}/share") [
|
||||
hicolor-icon-theme
|
||||
defaultIconTheme
|
||||
shared-mime-info
|
||||
]}
|
||||
WRAPPER_XDG_DATA_DIRS+=":"${concatMapStringsSep ":" (x: "${x}/share/gsettings-schemas/${x.name}") [
|
||||
|
|
|
@ -5587,7 +5587,9 @@ with pkgs;
|
|||
|
||||
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };
|
||||
|
||||
tor-browser-bundle-bin = callPackage ../applications/networking/browsers/tor-browser-bundle-bin { };
|
||||
tor-browser-bundle-bin = callPackage ../applications/networking/browsers/tor-browser-bundle-bin {
|
||||
inherit (gnome3) defaultIconTheme;
|
||||
};
|
||||
|
||||
tor-browser-bundle = callPackage ../applications/networking/browsers/tor-browser-bundle {
|
||||
stdenv = stdenvNoCC;
|
||||
|
|
Loading…
Reference in a new issue