From: EuAndreh via Guix-patches via <guix-patches@gnu.org>
To: 42754@debbugs.gnu.org
Cc: EuAndreh <eu@euandre.org>
Subject: [bug#42754] [PATCH 1/1] gnu: Add yeganesh.
Date: Sat, 8 Aug 2020 06:24:21 -0300 [thread overview]
Message-ID: <20200808092421.28832-1-eu@euandre.org> (raw)
In-Reply-To: <20200808002418.24876-2-eu@euandre.org>
* gnu/packages/wm.scm (yeganesh): New variable.
---
gnu/packages/wm.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index bc3c152627..32bb35b4c6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -35,6 +35,7 @@
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Boris A. Dekshteyn <harlequin78@gmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
+;;; Copyright © 2020 EuAndreh <eu@euandre.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -742,6 +743,30 @@ is also usable with any other window manager. While xmobar is written in
Haskell, no knowledge of the language is required to install and use it.")
(license license:bsd-3)))
+(define-public yeganesh
+ (package
+ (name "yeganesh")
+ (version "2.4")
+ (source
+ (origin
+
+ (method url-fetch)
+ (uri (string-append "http://dmwit.com/yeganesh/yeganesh-" version ".tar.gz"))
+ (sha256
+ (base32 "04djfyjab3c5y9z9x8zd0xcx0jyy35zq7cl9ddr4ppf6k5ky6iky"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-strict" ,ghc-strict)
+ ("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.")
+ (license license:bsd-3)))
+
(define-public ghc-xmonad-contrib
(package
(name "ghc-xmonad-contrib")
--
2.27.0
next prev parent reply other threads:[~2020-08-08 9:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 0:24 [bug#42755] [PATCH 0/1] Add yeganesh EuAndreh via Guix-patches via
2020-08-08 0:24 ` [bug#42754] " EuAndreh via Guix-patches via
2020-08-08 9:24 ` EuAndreh via Guix-patches via [this message]
2020-08-14 12:34 ` Oleg Pykhalov
[not found] ` <handler.42755.B.159684629815687.ack@debbugs.gnu.org>
2020-08-08 9:19 ` [bug#42755] Acknowledgement ([PATCH 0/1] Add yeganesh.) EuAndreh via Guix-patches via
2020-08-08 9:30 ` EuAndreh via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200808092421.28832-1-eu@euandre.org \
--to=guix-patches@gnu.org \
--cc=42754@debbugs.gnu.org \
--cc=eu@euandre.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).