* [bug#34883] [PATCH] Add emacs-unpackaged-el
@ 2019-03-16 7:45 Brian Leung
2019-03-16 11:11 ` bug#34883: " Oleg Pykhalov
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-16 7:45 UTC (permalink / raw)
To: 34883
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-unpackaged-el.patch --]
[-- Type: text/x-patch, Size: 1854 bytes --]
From eeb49ef069dd0bdba14fa4ffe32f4318f1931aae Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sat, 16 Mar 2019 08:43:34 +0100
Subject: [PATCH] gnu: Add emacs-unpackaged-el.
---
gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f5936a2d23..730055a9a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -540,6 +540,35 @@ handful of functions that are not resource-specific.")
for editing Racket's Scribble documentation syntax in Emacs.")
(license license:gpl3+))))
+(define-public emacs-unpackaged-el
+ (let ((commit "f4df7f8dfea715e893b2223adda32545803f5cce")
+ (revision "1"))
+ (package
+ (name "emacs-unpackaged-el")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/unpackaged.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yf3zrgqfhnr0az8gn1kqqwnhfi3nc0vbjkcagwcqwk3sp1jda86"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-org" ,emacs-org)
+ ("emacs-s" ,emacs-s)
+ ("emacs-use-package" ,emacs-use-package)))
+ (home-page "https://github.com/alphapapa/unpackaged.el")
+ (synopsis "Useful snippets of Emacs Lisp code")
+ (description "This package provides Emacs Lisp utilities for a variety
+of tasks, including version control, task management, and regex-based
+replacement.")
+ (license license:gpl3+))))
+
(define-public emacs-haskell-mode
(package
(name "emacs-haskell-mode")
--
2.21.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#34883: [PATCH] Add emacs-unpackaged-el
2019-03-16 7:45 [bug#34883] [PATCH] Add emacs-unpackaged-el Brian Leung
@ 2019-03-16 11:11 ` Oleg Pykhalov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2019-03-16 11:11 UTC (permalink / raw)
To: Brian Leung; +Cc: 34883-done
[-- Attachment #1: Type: text/plain, Size: 91 bytes --]
Hello Brian,
Pushed as 54f51df6811ffd6456196350581cf6ef6637c2b9 to master.
Thanks,
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-16 11:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-16 7:45 [bug#34883] [PATCH] Add emacs-unpackaged-el Brian Leung
2019-03-16 11:11 ` bug#34883: " Oleg Pykhalov
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).