guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-chronometrist: Remove trailing #T.


From: guix-commits
Subject: branch master updated: gnu: emacs-chronometrist: Remove trailing #T.
Date: Sun, 02 Jan 2022 05:22:07 -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 a655d731e2 gnu: emacs-chronometrist: Remove trailing #T.
a655d731e2 is described below

commit a655d731e2c1bb912aa52b6e00b0d69394aa2a3b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 2 11:20:57 2022 +0100

    gnu: emacs-chronometrist: Remove trailing #T.
    
    * gnu/packages/emacs-xyz.scm (emacs-chronometrist)[arguments]<#:phases>:
    Remove trailing #T.
---
 gnu/packages/emacs-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4ffcffae8b..f838910b24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2824,8 +2824,7 @@ Lock key.")
                  (for-each (lambda (f) (install-file f doc))
                            (cons* "../UNLICENSE"
                                   "../WTFPL"
-                                  (find-files "." "\\.md$")))))
-             #t)))))
+                                  (find-files "." "\\.md$"))))))))))
     (propagated-inputs
      (list emacs-dash emacs-s emacs-spark emacs-ts))
     (home-page "https://github.com/contrapunctus-1/chronometrist";)



reply via email to

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