guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26448: [PATCH] gnu: Add emacs-strace-mode.


From: Kei Kebreau
Subject: bug#26448: [PATCH] gnu: Add emacs-strace-mode.
Date: Tue, 11 Apr 2017 14:40:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Mathieu Othacehe <address@hidden> writes:

> * gnu/packages/emacs.scm (emacs-strace-mode): New variable.
> ---
>  gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index ff33daf71..9fdbcad7f 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -4137,3 +4137,25 @@ abbreviation of the mode line displays (lighters) of 
> minor modes.")
>  configuration in your @file{.emacs} file in a way that is both
>  performance-oriented and tidy.")
>      (license license:gpl2+)))
> +
> +(define-public emacs-strace-mode
> +  (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
> +         (revision "1"))
> +    (package
> +      (name "emacs-strace-mode")
> +      (version (string-append "0.0.2-" revision "." (string-take commit 7)))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/pkmoore/strace-mode";)
> +                      (commit commit)))
> +                (file-name (string-append name "-" version "-checkout"))
> +                (sha256
> +                 (base32
> +                  "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/pkmoore/strace-mode";)
> +      (synopsis "Emacs major mode to highlight strace outputs")
> +      (description "@code{emacs-strace-mode} provides an Emacs major mode
> + highlighting strace outputs.")
> +      (license license:gpl3+))))

Pushed to master. Thanks for the package!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]