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

Previous Next

Package: guix-patches;

Reported by: Stephen Webber <montokapro <at> gmail.com>

Date: Sun, 13 Oct 2019 15:40:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 37736-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stephen Webber <montokapro <at> gmail.com>
Cc: 37736-done <at> debbugs.gnu.org
Subject: Re: [bug#37736] [PATCH]     gnu: Add emacs-dimmer.
Date: Mon, 14 Oct 2019 17:21:52 +0200
Hello,

Stephen Webber <montokapro <at> gmail.com> 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




This bug report was last modified 5 years and 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.