xdg-desktop-portal-gtk: Remove dependency on gnome-settings-daemon
This commit is contained in:
parent
32e0dc37e7
commit
fd548ea40a
1 changed files with 5 additions and 0 deletions
|
@ -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" ];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue