diff options
author | Dariqq <dariqq@posteo.net> | 2024-04-03 09:25:52 +0000 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-04-06 06:36:50 +0200 |
commit | bfc614397b5f146056bda4b5a8e3a67bd1ca7b23 (patch) | |
tree | fdc7763079da18fd285ad68340f5f161a09e381f | |
parent | bb2698ccde7b016515bf05dbf8b99907854b7d05 (diff) | |
download | guix-bfc614397b5f146056bda4b5a8e3a67bd1ca7b23.tar.gz guix-bfc614397b5f146056bda4b5a8e3a67bd1ca7b23.zip |
gnu: gnome-essential-extras: Propagate xdg-desktop-portal.
xdg-desktop-portal (and xdg-desktop-portal-gnome) is needed for the dark theme
in Gnome 44 to work properly.
* gnu/packages/gnome.scm (gnome-essential-extras)[propagated-inputs]: Add xdg-desktop-portal.
Change-Id: Id84626e6bc404e9607ee7f8f299ac90f24323081
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5c6b682669..6fe8d2ee44 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10308,6 +10308,7 @@ playing media, scanning, and much more.") pulseaudio shared-mime-info system-config-printer + xdg-desktop-portal xdg-user-dirs yelp zenity)) |