refactor(nix/overlay): do not use zathura
from master
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m18s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m18s
This commit is contained in:
parent
9c0f5e8e19
commit
2ad6ffe963
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user