diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-10-12 00:12:51 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-10-12 00:12:51 +0400 |
commit | 496f6c1a13b41f5b750397de88a88c0049a9d770 (patch) | |
tree | c693747adc14946e16d433fa2eabc5df92d522d8 /rodion | |
parent | 50efae93b9868b9b2b844b31050c55f19ec5a682 (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.
Diffstat (limited to 'rodion')
-rw-r--r-- | rodion/packages/freedesktop.scm | 12 |
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)))) |