summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodion Goritskov <rodion.goritskov@gmail.com>2024-10-12 00:12:51 +0400
committerRodion Goritskov <rodion.goritskov@gmail.com>2024-10-12 00:12:51 +0400
commit496f6c1a13b41f5b750397de88a88c0049a9d770 (patch)
treec693747adc14946e16d433fa2eabc5df92d522d8
parent50efae93b9868b9b2b844b31050c55f19ec5a682 (diff)
gnu: Add xdg-desktop-portal-gtk/latest and xdg-desktop-portal-kde/latest.
* rodion/packages/freedesktop.scm (xdg-desktop-portal-gtk/latest): New variable. * rodion/packages/freedesktop.scm (xdg-desktop-portal-kde/latest): New variable.
-rw-r--r--rodion/packages/freedesktop.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/rodion/packages/freedesktop.scm b/rodion/packages/freedesktop.scm
index a6de0cd..c1b8878 100644
--- a/rodion/packages/freedesktop.scm
+++ b/rodion/packages/freedesktop.scm
@@ -13,3 +13,15 @@
(patches (append
(origin-patches (package-source xdg-desktop-portal-next))
`(,(local-file "./patches/001-xdg-desktop-portal.patch"))))))))
+
+(define-public xdg-desktop-portal-gtk/latest
+ (package
+ (inherit xdg-desktop-portal-gtk)
+ (propagated-inputs
+ (list xdg-desktop-portal-next/fixed))))
+
+(define-public xdg-desktop-portal-kde/latest
+ (package
+ (inherit xdg-desktop-portal-kde)
+ (propagated-inputs
+ (list xdg-desktop-portal-next/fixed))))