unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: 35919@debbugs.gnu.org
Subject: bug#35919: [PATCH] gnu: Add emacs-recutils
Date: Sun, 9 Jun 2019 22:02:15 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.2.20.1906092201270.5164@marsh.hcoop.net> (raw)
In-Reply-To: <alpine.DEB.2.20.1905261453360.5164@marsh.hcoop.net>

[-- Attachment #1: Type: text/plain, Size: 1939 bytes --]

From 9ef1261d8223eeb4b88da4b9ac8659ca60331ffd Mon Sep 17 00:00:00 2001

* gnu/packages/databases.scm (emacs-recutils) new variable.
---
  gnu/packages/databases.scm | 22 ++++++++++++++++++++++
  1 file changed, 22 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ad4698f24c..30821e330b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -33,6 +33,7 @@
  ;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
  ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
  ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -108,6 +109,7 @@
    #:use-module (guix download)
    #:use-module (guix bzr-download)
    #:use-module (guix git-download)
+  #:use-module (guix build-system emacs)
    #:use-module (guix build-system gnu)
    #:use-module (guix build-system go)
    #:use-module (guix build-system perl)
@@ -965,6 +967,26 @@ types are supported, as is encryption.")
      (license license:gpl3+)
      (home-page "https://www.gnu.org/software/recutils/")))

+(define-public emacs-recutils
+  (package
+    (inherit recutils)
+    (name "emacs-recutils")
+    (build-system emacs-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'change-directory
+           (lambda _
+             (chdir "etc")
+             #t)))))
+    (native-inputs '())
+    (inputs '())
+    (synopsis "Emacs more for working with recutils database files")
+    (description "This package provides rec-mode for Emacs for working with
+GNU Recutils text-based, human-editable databases.  It supports editing,
+navigation, and querying of recutils database files including field and record
+folding.")))
+
  (define-public rocksdb
    (package
      (name "rocksdb")
-- 
2.21.0


  parent reply	other threads:[~2019-06-10  2:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-26 18:55 bug#35919: recutils package does not install emacs rec-mode Jack Hill
2019-05-28 15:16 ` Ludovic Courtès
2019-05-28 21:00   ` Jack Hill
2019-06-08 19:08     ` Jack Hill
2019-06-08 21:07       ` Jack Hill
2019-06-09 18:06         ` Oleg Pykhalov
2019-06-09 18:55           ` Jack Hill
2019-06-10  2:01           ` Jack Hill
2019-06-10  4:09             ` Oleg Pykhalov
2019-06-10 17:30               ` Jack Hill
2019-06-10  2:02 ` Jack Hill [this message]
2019-06-10  3:24 ` Jack Hill
2019-06-10  3:25 ` bug#35919: [PATCH] gnu: recutils: remove emacs-minimal native input Jack Hill

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=alpine.DEB.2.20.1906092201270.5164@marsh.hcoop.net \
    --to=jackhill@jackhill.us \
    --cc=35919@debbugs.gnu.org \
    --cc=go.wigust@gmail.com \
    /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).