[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xdg-desktop-portal-gtk: Make possible to use
From: |
guix-commits |
Subject: |
branch master updated: gnu: xdg-desktop-portal-gtk: Make possible to use with xdg-desktop-portal-wlr. |
Date: |
Fri, 06 Dec 2024 13:34:32 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5d284ebc8d gnu: xdg-desktop-portal-gtk: Make possible to use with
xdg-desktop-portal-wlr.
5d284ebc8d is described below
commit 5d284ebc8df87b0e21cee5844d66dc7c80863464
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Fri Dec 6 19:20:59 2024 +0100
gnu: xdg-desktop-portal-gtk: Make possible to use with
xdg-desktop-portal-wlr.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk)[propagated-inputs]:
Replace xdg-desktop-portal with xdg-desktop-portal-next.
---
gnu/packages/freedesktop.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index af35625c18..e98f3bd3b5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3200,7 +3200,7 @@ and others.")
("gnome-desktop" ,gnome-desktop)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
(propagated-inputs
- (list xdg-desktop-portal))
+ (list xdg-desktop-portal-next))
(home-page "https://github.com/flatpak/xdg-desktop-portal-gtk")
(synopsis "GTK implementation of xdg-desktop-portal")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xdg-desktop-portal-gtk: Make possible to use with xdg-desktop-portal-wlr.,
guix-commits <=