Reactivate fixed firefox.

This commit is contained in:
Gabriel Ebner 2021-10-05 17:39:35 +02:00
parent f1d81035b0
commit 621e7a4195
2 changed files with 3 additions and 3 deletions

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
# ./fix-firefox.nix ./fix-firefox.nix
]; ];
environment.systemPackages = with pkgs.haskellPackages; with pkgs; [ environment.systemPackages = with pkgs.haskellPackages; with pkgs; [
@ -12,7 +12,7 @@
sbt scala sbt scala
ungoogled-chromium ungoogled-chromium
# chromium # chromium
# firefox firefox
qalculate-gtk qalculate-gtk
libqalculate libqalculate
viewnior viewnior

@ -28,7 +28,7 @@
inherit (firefox-unwrapped) meta; inherit (firefox-unwrapped) meta;
passthru = { passthru = {
inherit (firefox-unwrapped.passthru) version isFirefox3Like gtk inherit (firefox-unwrapped.passthru) version isFirefox3Like gtk
nspr gssSupport browserName ffmpegSupport gtk3; nspr gssSupport browserName ffmpegSupport gtk3 applicationName;
}; };
}; };
}; };