Loading pkgs/applications/networking/browsers/mullvad-browser/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -209,7 +209,7 @@ stdenv.mkDerivation rec { # indicates the system fonts.conf being used instead. FONTCONFIG_FILE=$MB_IN_STORE/fontconfig/fonts.conf sed -i "$FONTCONFIG_FILE" \ -e "s,<dir>fonts</dir>,<dir>$MB_IN_STORE/fonts</dir>," -e "s,<dir prefix=\"cwd\">fonts</dir>,<dir>$MB_IN_STORE/fonts</dir>," mkdir -p $out/bin Loading pkgs/applications/networking/browsers/tor-browser/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ stdenv.mkDerivation rec { # indicates the system fonts.conf being used instead. FONTCONFIG_FILE=$TBB_IN_STORE/fontconfig/fonts.conf sed -i "$FONTCONFIG_FILE" \ -e "s,<dir>fonts</dir>,<dir>$TBB_IN_STORE/fonts</dir>," -e "s,<dir prefix=\"cwd\">fonts</dir>,<dir>$TBB_IN_STORE/fonts</dir>," # Hard-code paths to geoip data files. TBB resolves the geoip files # relative to torrc-defaults_path but if we do not hard-code them Loading Loading
pkgs/applications/networking/browsers/mullvad-browser/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -209,7 +209,7 @@ stdenv.mkDerivation rec { # indicates the system fonts.conf being used instead. FONTCONFIG_FILE=$MB_IN_STORE/fontconfig/fonts.conf sed -i "$FONTCONFIG_FILE" \ -e "s,<dir>fonts</dir>,<dir>$MB_IN_STORE/fonts</dir>," -e "s,<dir prefix=\"cwd\">fonts</dir>,<dir>$MB_IN_STORE/fonts</dir>," mkdir -p $out/bin Loading
pkgs/applications/networking/browsers/tor-browser/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ stdenv.mkDerivation rec { # indicates the system fonts.conf being used instead. FONTCONFIG_FILE=$TBB_IN_STORE/fontconfig/fonts.conf sed -i "$FONTCONFIG_FILE" \ -e "s,<dir>fonts</dir>,<dir>$TBB_IN_STORE/fonts</dir>," -e "s,<dir prefix=\"cwd\">fonts</dir>,<dir>$TBB_IN_STORE/fonts</dir>," # Hard-code paths to geoip data files. TBB resolves the geoip files # relative to torrc-defaults_path but if we do not hard-code them Loading