guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: swaylock: Fix build.


From: guix-commits
Subject: branch master updated: gnu: swaylock: Fix build.
Date: Mon, 12 Sep 2022 09:19:13 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc4da86ed6 gnu: swaylock: Fix build.
fc4da86ed6 is described below

commit fc4da86ed6418b6278cc37f1828fb3f879fafb4b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 12 15:16:25 2022 +0200

    gnu: swaylock: Fix build.
    
    Fixes <https://bugs.gnu.org/57748>.
    Reported by muradm <mail@muradm.net>.
    
    This is a follow-up to commit 2500709e01cd376cf0db78e0805005a112343346.
    
    * gnu/packages/wm.scm (swaylock)[native-inputs]: Change from 
WAYLAND-PROTOCOLS
    to WAYLAND-PROTOCOLS-NEXT.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6426b71a9e..451dfce516 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1667,7 +1667,7 @@ modules for building a Wayland compositor.")
     (inputs (list cairo gdk-pixbuf libxkbcommon
                   ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
                   wayland))
-    (native-inputs (list pango pkg-config scdoc wayland-protocols))
+    (native-inputs (list pango pkg-config scdoc wayland-protocols-next))
     (home-page "https://github.com/swaywm/sway";)
     (synopsis "Screen locking utility for Wayland compositors")
     (description "Swaylock is a screen locking utility for Wayland 
compositors.")



reply via email to

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