diff mbox series

[bug#40961] add sbcl-pass package for stumpwm

Message ID 87o8raj7me.fsf@gmail.com
State Accepted
Headers show
Series [bug#40961] add sbcl-pass package for stumpwm | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Oleg Pykhalov April 29, 2020, 9:37 p.m. UTC
Hi,

Thank you the patch.

The patch pushed with following changes. 

Marcin Karpezo <sirmacik@wioo.waw.pl> writes:

> ---
>  gnu/packages/wm.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 4d1b6b3fd4..646f508e95 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -34,6 +34,7 @@

[…]

Better use ‘@code{}’ as in Texinfo, which will be parsed by Guix.
Git messages follows ChangeLog format, which you could apply by using
‘etc/snippets’ in case you are an Emacs user.  See
https://www.gnu.org/software/guix/manual/html_node/The-Perfect-Setup.html

--8<---------------cut here---------------start------------->8---
gnu: Add sbcl-stumpwm-pass.

* gnu/packages/wm.scm (sbcl-stumpwm-pass): New variable.
--8<---------------cut here---------------end--------------->8---

Oleg.
diff mbox series

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 646f508e95..9f64f206af 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1756,7 +1756,7 @@  rendering.")
              (lambda _
                (chdir "util/pass"))))))
       (home-page "https://github.com/stumpwm/stumpwm-contrib")
-      (synopsis "Integrate 'pass' wih StumpWM")
+      (synopsis "Integrate @code{pass} wih StumpWM")
       (description "This package provides an interface which integrates
 password-store into StumpWM.")
       (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))