guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-org-roam: Remove trailing #T from phases.


From: guix-commits
Subject: 02/03: gnu: emacs-org-roam: Remove trailing #T from phases.
Date: Fri, 14 Jan 2022 17:16:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 058cafb1eef894398c924bc9b1a03e26ec5bfeec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 14 23:12:03 2022 +0100

    gnu: emacs-org-roam: Remove trailing #T from phases.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-roam)[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 fea9fec2f1..49e4bd0a39 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28460,8 +28460,7 @@ snippets for Emacs.")
              (let ((el-files (find-files "./extensions" ".*\\.el$")))
                (for-each (lambda (f)
                            (rename-file f (basename f)))
-                         el-files))
-             #t))
+                         el-files))))
          (add-after 'move-source-files 'patch-exec-paths
            (lambda* (#:key inputs #:allow-other-keys)
              (make-file-writable "org-roam-graph.el")



reply via email to

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