GNU bug report logs - #44555
[PATCH] gnu: Add emacs-next-use-package

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Tue, 10 Nov 2020 16:00:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: zimoun <zimon.toutoune <at> gmail.com>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 44555 <at> debbugs.gnu.org
Subject: [bug#44555] [PATCH] gnu: Add emacs-next-use-package
Date: Tue, 10 Nov 2020 18:16:35 +0100
Dear,

On Tue, 10 Nov 2020 at 17:13, Andrew Tropin <andrew <at> trop.in> wrote:

> +(define-public emacs-next-use-package
> +  (let ((commit "4fb1f9a68f1e7e7d614652afc017a6652fd029f1")
> + (revision "20200721"))
> +    (package/inherit emacs-use-package
> +      (name "emacs-next-use-package")
> +      (version (git-version "2.4" revision commit))
> +      (source
> +       (origin
> + (method git-fetch)
> + (uri (git-reference
> +        (url "https://github.com/jwiegley/use-package")
> +        (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> +          (base32
> +           "073sm0mbxcjysap2bjzf1cl0134jy8a0xig7ywmmd0bm2y8qzfip"))))
> +      (propagated-inputs '()))))
> +

Maybe I am missing something, but it is not built using 'emacs-next'.
Why not simply update the package 'emacs-use-package' with a comment
explaining what you already explained?


All the best,
simon




This bug report was last modified 4 years and 246 days ago.

Previous Next


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