GNU bug report logs - #42754
[PATCH 0/1] Add yeganesh.

Previous Next

Package: guix-patches;

Reported by: EuAndreh <eu <at> euandre.org>

Date: Sat, 8 Aug 2020 00:25:02 UTC

Severity: normal

Tags: patch

Merged with 42755

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: 42754 <at> debbugs.gnu.org
Cc: EuAndreh <eu <at> euandre.org>, 42754-done <at> debbugs.gnu.org
Subject: [bug#42754] [PATCH 0/1] Add yeganesh.
Date: Fri, 14 Aug 2020 15:34:39 +0300
[Message part 1 (text/plain, inline)]
Hi,

EuAndreh via Guix-patches via <guix-patches <at> gnu.org> writes:

> Add yeganesh package, a simple wrapper around dmenu.
>
> Instead of adding it to gnu/packages/suckless.scm where dmenu lives, I put it
> inside gnu/packages/wm.scm where xmonad lives.
>
> That's because it was made with xmonad in mind, and is also written in
> Haskell, as is xmonad.

Thank you.  Pushed to master as 9c814c337946f5e70b0dbe45fb54f451b06fe0b2
with small typo fix and formatting:
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5406aa8b99..28c3a3bac6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -761,11 +761,10 @@ Haskell, no knowledge of the language is required to install and use it.")
        ("ghc-xdg-basedir" ,ghc-xdg-basedir)))
     (home-page "http://dmwit.com/yeganesh/")
     (synopsis "Small wrapper around dmenu")
-    (description
-     "@code{yeganesh} is a small wrapper around demnu.  Like dmenu,
-it accepts input on stdin and writes the chosen result on stdout.  Unlike dmenu,
-it mangles the input before it presents its choices.  In particular,it displays
-commonly-chosen options before uncommon ones.")
+    (description "@code{yeganesh} is a small wrapper around demnu.  Like
+dmenu, it accepts input on stdin and writes the chosen result on stdout.
+Unlike dmenu, it mangles the input before it presents its choices.  In
+particular, it displays commonly-chosen options before uncommon ones.")
     (license license:bsd-3)))
 
 (define-public ghc-xmonad-contrib
[Message part 3 (text/plain, inline)]
Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 277 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.