guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: xdg-desktop-portal-wlr: Use new input style.


From: guix-commits
Subject: 05/08: gnu: xdg-desktop-portal-wlr: Use new input style.
Date: Sun, 19 Dec 2021 07:17:48 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 5a507c0080c0d36181ddd3e26397c287490fb2f3
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Dec 14 22:47:50 2021 +0100

    gnu: xdg-desktop-portal-wlr: Use new input style.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Refactor it.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/freedesktop.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index f6c15ed..215e972 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2395,13 +2395,12 @@ interfaces.")
          "-Dsd-bus-provider=libelogind")))
     (native-inputs
      (list cmake pkg-config))
-    (inputs
-     `(("elogind" ,elogind)
-       ("iniparser" ,iniparser)
-       ("pipewire" ,pipewire-0.3)
-       ("inih" ,libinih)
-       ("wayland" ,wayland)
-       ("wayland-protocols" ,wayland-protocols)))
+    (inputs (list elogind
+                  iniparser
+                  libinih
+                  pipewire-0.3
+                  wayland
+                  wayland-protocols))
     (home-page "https://github.com/emersion/xdg-desktop-portal-wlr";)
     (synopsis "@code{xdg-desktop-portal} backend for wlroots")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]