mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: emacs-org-roam: Remove trailing #T from phases.
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
parent
5f9a59f0da
commit
058cafb1ee
1 changed files with 1 additions and 2 deletions
|
@ -28460,8 +28460,7 @@ (define-public emacs-org-roam
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue