diff options
Diffstat (limited to 'rodion/packages')
-rw-r--r-- | rodion/packages/freedesktop.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rodion/packages/freedesktop.scm b/rodion/packages/freedesktop.scm index 1adbb1e..ef38bc3 100644 --- a/rodion/packages/freedesktop.scm +++ b/rodion/packages/freedesktop.scm @@ -14,19 +14,19 @@ (origin-patches (package-source xdg-desktop-portal-next)) `(,(local-file "./patches/001-xdg-desktop-portal.patch")))))))) -(define-public xdg-desktop-portal-gtk/latest +(define-public xdg-desktop-portal-gtk/fixed (package (inherit xdg-desktop-portal-gtk) (propagated-inputs (list xdg-desktop-portal-next/fixed)))) -(define-public xdg-desktop-portal-kde/latest +(define-public xdg-desktop-portal-kde/fixed (package (inherit xdg-desktop-portal-kde) (propagated-inputs (list xdg-desktop-portal-next/fixed)))) -(define-public xdg-desktop-portal-wlr/latest +(define-public xdg-desktop-portal-wlr/fixed (package (inherit xdg-desktop-portal-wlr) (propagated-inputs |