* [PATCH] gnu: Add emacs-nginx-mode.
@ 2016-10-13 5:49 Arun Isaac
2016-10-13 19:39 ` Alex Kost
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2016-10-13 5:49 UTC (permalink / raw)
To: guix-devel
* gnu/packages/emacs.scm (emacs-nginx-mode): New variable.
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1b345db..176be62 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3183,3 +3183,24 @@ display and edit the text.
This package contains the library runtime.")
(license license:lgpl2.1+)))
+
+(define-public emacs-nginx-mode
+ (package
+ (name "emacs-nginx-mode")
+ (version "1.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/ajc/nginx-mode/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1lvkj07kq0jkskr2f61vqb5rlrbnaz9a76ikq40w6925i2r970rr"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/ajc/nginx-mode")
+ (synopsis "Emacs major mode for editing nginx config files")
+ (description "This package provides an Emacs major mode for
+editing nginx config files.")
+ (license license:gpl2+)))
--
2.10.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add emacs-nginx-mode.
2016-10-13 5:49 [PATCH] gnu: Add emacs-nginx-mode Arun Isaac
@ 2016-10-13 19:39 ` Alex Kost
2016-10-14 7:36 ` Arun Isaac
0 siblings, 1 reply; 3+ messages in thread
From: Alex Kost @ 2016-10-13 19:39 UTC (permalink / raw)
To: Arun Isaac; +Cc: guix-devel
Arun Isaac (2016-10-13 11:19 +0530) wrote:
> * gnu/packages/emacs.scm (emacs-nginx-mode): New variable.
> ---
> gnu/packages/emacs.scm | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 1b345db..176be62 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -3183,3 +3183,24 @@ display and edit the text.
>
> This package contains the library runtime.")
> (license license:lgpl2.1+)))
> +
> +(define-public emacs-nginx-mode
> + (package
> + (name "emacs-nginx-mode")
> + (version "1.1.4")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/ajc/nginx-mode/archive/v"
> + version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "1lvkj07kq0jkskr2f61vqb5rlrbnaz9a76ikq40w6925i2r970rr"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/ajc/nginx-mode")
> + (synopsis "Emacs major mode for editing nginx config files")
> + (description "This package provides an Emacs major mode for
> +editing nginx config files.")
> + (license license:gpl2+)))
Applied as commit 71d3ee1, thanks!
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=71d3ee1cbbccdf984c8f53d4b9596a4e06489769
--
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-14 7:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 5:49 [PATCH] gnu: Add emacs-nginx-mode Arun Isaac
2016-10-13 19:39 ` Alex Kost
2016-10-14 7:36 ` Arun Isaac
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).