ngz pushed a commit to branch master
in repository guix.

commit 058cafb1eef894398c924bc9b1a03e26ec5bfeec
Author: Nicolas Goaziou <[email protected]>
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