refactor(nix/overlay): do not use zathura from master
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m18s

This commit is contained in:
Price Hiller 2024-09-14 16:06:14 -05:00
parent 9c0f5e8e19
commit 2ad6ffe963
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -9,9 +9,6 @@
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11 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; wezterm = inputs.wezterm.packages.${final.system}.default;
opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: { opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: {
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ]; propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ];