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

View File

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

View File

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