dust: dependency trimming
This commit is contained in:
parent
65c01b7383
commit
71f6d0387e
2 changed files with 9 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
||||||
dconf-editor
|
dconf-editor
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
file-roller
|
|
||||||
hyperfine
|
hyperfine
|
||||||
libnotify
|
libnotify
|
||||||
loupe
|
loupe
|
||||||
|
|
|
@ -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 [ ]) ++ [
|
||||||
|
|
Loading…
Add table
Reference in a new issue