emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61191: closed ([PATCH] gnu: Fix missing libcap dependency for mako.)


From: GNU bug Tracking System
Subject: bug#61191: closed ([PATCH] gnu: Fix missing libcap dependency for mako.)
Date: Thu, 09 Feb 2023 14:30:04 +0000

Your message dated Thu, 09 Feb 2023 15:29:00 +0100
with message-id <878rh6kj4j.fsf@fsfe.org>
and subject line Mako build fixed
has caused the debbugs.gnu.org bug report #61191,
regarding [PATCH] gnu: Fix missing libcap dependency for mako.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61191: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61191
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Fix missing libcap dependency for mako. Date: Tue, 31 Jan 2023 02:18:24 +0100
* gnu/packages/wm.scm (mako)[inputs]: Add libcap.
---
Should solve upgrade headaches for Sway users like myself.

 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 2fd70af07f..2b552e5359 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1857,7 +1857,7 @@ (define-public mako
                       (string-append
                        (search-input-file inputs "bin/jq")
                        " "))))))))
-    (inputs (list basu cairo gdk-pixbuf jq pango wayland))
+    (inputs (list basu cairo gdk-pixbuf jq libcap pango wayland))
     (native-inputs (list pkg-config scdoc wayland-protocols))
     (home-page "https://wayland.emersion.fr/mako";)
     (synopsis "Lightweight Wayland notification daemon")
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Mako build fixed Date: Thu, 09 Feb 2023 15:29:00 +0100
I went ahead and pushed the solution posted with issue #61213 to master,
but thanks everyone and anyone who {reported,fixed} this issue!

- Jelle


--- End Message ---

reply via email to

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