dust: dependency trimming

This commit is contained in:
Guanran Wang 2025-01-05 13:49:27 +08:00
parent 65c01b7383
commit 71f6d0387e
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 9 additions and 1 deletions

View file

@ -35,7 +35,6 @@
dconf-editor dconf-editor
fastfetch fastfetch
fd fd
file-roller
hyperfine hyperfine
libnotify libnotify
loupe loupe

View file

@ -33,6 +33,15 @@ _final: prev: {
configureFlags = [ "--disable-gtk2-engine" ]; configureFlags = [ "--disable-gtk2-engine" ];
}; };
# HACK:
xdg-desktop-portal-gtk =
(prev.xdg-desktop-portal-gtk.override {
gnome-settings-daemon = null;
gnome-desktop = null;
gsettings-desktop-schemas = null;
}).overrideAttrs
{ mesonFlags = [ (prev.lib.mesonEnable "wallpaper" false) ]; };
# TODO: # TODO:
# sway-unwrapped = prev.sway-unwrapped.overrideAttrs (oldAttrs: { # sway-unwrapped = prev.sway-unwrapped.overrideAttrs (oldAttrs: {
# patches = (oldAttrs.patches or [ ]) ++ [ # patches = (oldAttrs.patches or [ ]) ++ [