From a26c88da667f019bee721d80b1121bdc39b5a28f Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Sat, 12 Oct 2024 00:25:08 +0400 Subject: gnu: Add xdg-desktop-portal-gtk/fixed, xdg-desktop-portal-kde/fixed, xdg-desktop-portal-wlr/fixed * rodion/packages/freedesktop.scm (xdg-desktop-portal-gtk/fixed): New variable. * rodion/packages/freedesktop.scm (xdg-desktop-portal-kde/fixed): New variable. * rodion/packages/freedesktop.scm (xdg-desktop-portal-wlr/fixed): New variable. --- rodion/packages/freedesktop.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rodion/packages') 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 -- cgit v1.2.3