guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-howm: Use new style.


From: guix-commits
Subject: branch master updated: gnu: emacs-howm: Use new style.
Date: Tue, 14 Dec 2021 13:16:38 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d1b4353  gnu: emacs-howm: Use new style.
d1b4353 is described below

commit d1b435366c5dd41a6d6555d4ab50754b8da25dab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 14 19:15:45 2021 +0100

    gnu: emacs-howm: Use new style.
    
    * gnu/packages/emacs-xyz.scm (emacs-howm)[native-inputs]: Remove labels.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a06d7a8..d278133 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2690,7 +2690,7 @@ a set of simplified face specifications and a 
user-supplied color palette")
         (base32 "11k0dzwyn7ly34g0zcd6i0i8qwyv9di8m6fx805axrxykxb0qan2"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("emacs" ,emacs-minimal)))
+     (list emacs-minimal))
     (arguments
      `(#:configure-flags
        (list (string-append "--with-howmdir=" (emacs:elpa-directory %output)))



reply via email to

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