diff --git a/firefox-overlay.nix b/firefox-overlay.nix index ac29af7..6575c4b 100644 --- a/firefox-overlay.nix +++ b/firefox-overlay.nix @@ -154,7 +154,7 @@ let # reflected on Nixpkgs. libPath = with super.lib; old.libPath - + optionalString (96 >= getMajorVersion version) (":" + makeLibraryPath [self.xorg.libXtst]); + + optionalString (96 <= getMajorVersion version) (":" + makeLibraryPath [self.xorg.libXtst]); })) { ${ if super.firefox-unwrapped ? applicationName then