guix-patches
[Top][All Lists]
Advanced

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

bug#37736: [PATCH] gnu: Add emacs-dimmer.


From: Nicolas Goaziou
Subject: bug#37736: [PATCH] gnu: Add emacs-dimmer.
Date: Mon, 14 Oct 2019 17:21:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Stephen Webber <address@hidden> writes:

>     * gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.

I applied your patch with the following changes:

> +(define-public emacs-dimmer
> +  (let ((commit "12fc52a6570ec25020281735f5a0ca780a9105af"))

I removed this.

> +    (package
> +      (name "emacs-dimmer")
> +      (version "0.3.0")
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/gonewest818/dimmer.el.git";)
> +               (commit commit)))

I replaced `commit' with `version', since they were equivalents.

Thank you.

Regards,

-- 
Nicolas Goaziou





reply via email to

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