diff mbox series

[bug#42924] gnu: waybar: add scdoc to native-inputs.

Message ID 20200819023317.25835-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#42924] gnu: waybar: add scdoc to native-inputs. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Brendan Tildesley Aug. 19, 2020, 2:33 a.m. UTC
* gnu/packages/wm.scm (waybar): [native-inputs]: Add scdoc.
---
 gnu/packages/wm.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Efraim Flashner Aug. 19, 2020, 7:52 a.m. UTC | #1
I changed the commit message slightly. Patch pushed!
diff mbox series

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 28c3a3bac6..53930d4580 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1543,6 +1543,7 @@  modules for building a Wayland compositor.")
      `(("gcc" ,gcc-8)                   ; for #include <filesystem>
        ("glib:bin" ,glib "bin")
        ("pkg-config" ,pkg-config)
+       ("scdoc" ,scdoc)
        ("wayland-protocols" ,wayland-protocols)))
     (home-page "https://github.com/Alexays/Waybar")
     (synopsis "Wayland bar for Sway and Wlroots based compositors")