summaryrefslogtreecommitdiff
path: root/rodion/packages
diff options
context:
space:
mode:
Diffstat (limited to 'rodion/packages')
-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))))