unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 27302@debbugs.gnu.org
Cc: Oleg Pykhalov <go.wigust@gmail.com>
Subject: bug#27302: [PATCH 1/2] gnu: Add emacs-dired-hacks-utils.
Date: Sat, 10 Jun 2017 04:05:31 +0300	[thread overview]
Message-ID: <20170610010532.27495-1-go.wigust@gmail.com> (raw)

---
 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a4cb4a0b3..e3f5b926c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4873,3 +4873,26 @@ running a customisable handler command (@code{ignore} by default). ")
 from within Emacs.  Restclient runs queries from a plan-text query sheet,
 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
       (license license:public-domain))))
+
+(define-public dired-hacks-utils
+  (package
+    (name "emacs-dired-hacks-utils")
+    (version "20160527.1436")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/Fuco1/dired-hacks/archive/master"
+             ".tar.gz"))
+       (sha256
+        (base32
+         "180qfjjps3mg26zxwczj174qvbwivgn2h7haz1i8js9h1srl183r"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-dash" ,emacs-dash)))
+    (home-page "https://github.com/Fuco1/dired-hacks")
+    (synopsis
+     "Utilities and helpers for dired-hacks collection")
+    (description
+     "Provides shared functionality and helpers for dired-hacks-utils
+collection.")
+    (license license:gpl3+)))
-- 
2.13.1

             reply	other threads:[~2017-06-10  1:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-10  1:05 Oleg Pykhalov [this message]
2017-06-10  1:05 ` bug#27302: [PATCH 2/2] gnu: Add emacs-dired-open Oleg Pykhalov
2017-06-10  2:02 ` bug#27302: [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Oleg Pykhalov
2017-06-10  2:02   ` bug#27302: [PATCH 2/3] gnu: emacs-dired-hacks-utils: Rename define-public Oleg Pykhalov
2017-06-10  2:02   ` bug#27302: [PATCH 3/3] gnu: emacs-dired-open: " Oleg Pykhalov
2017-06-16 12:38   ` [bug#27302] [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Alex Kost
2017-06-16 12:38 ` [bug#27302] [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Alex Kost
2017-06-22 20:02   ` Ludovic Courtès
2017-06-23 18:55     ` Alex Kost
2017-06-24  5:41       ` [bug#27302] emacs-dired-hacks-utils in one patch with github origin Oleg Pykhalov
2017-06-24 19:04         ` bug#27302: " Alex Kost

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=20170610010532.27495-1-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=27302@debbugs.gnu.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).