diff --git a/overlays/default.nix b/overlays/default.nix index abb67353..f2d1d797 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -9,9 +9,6 @@ wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11 ''; }); - # TODO: Remove this when Zathura's update for 0.5.8 hits nixpkgs-unstable, - # see status of https://nixpk.gs/pr-tracker.html?pr=337383 - zathura = inputs.nixpkgs-master.legacyPackages.${final.system}.pkgs.zathura; wezterm = inputs.wezterm.packages.${final.system}.default; opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: { propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ];