diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-10-12 00:25:08 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-10-12 00:25:08 +0400 |
commit | a26c88da667f019bee721d80b1121bdc39b5a28f (patch) | |
tree | e35258a553f48fa04d61fbf5782ec72cf59c2914 | |
parent | a9d44848b5af338777e5779a0c98a2bd15667258 (diff) |
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.
-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 |