xdg-desktop-portal-gtk: Remove dependency on gnome-settings-daemon

This commit is contained in:
Mikael Voss 2024-10-08 12:17:22 +02:00
parent 32e0dc37e7
commit fd548ea40a
No known key found for this signature in database

View file

@ -369,4 +369,9 @@ in genAttrs [
# broken
withDocumentation = false;
};
xdg-desktop-portal-gtk = prev.xdg-desktop-portal-gtk.overrideAttrs (prevAttrs: {
buildInputs = prevAttrs.buildInputs or [ ]
|> removePackages [ "gnome-settings-daemon" ];
});
}