me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]<#:phases>: Remove
trailing #T.
Nicolas Goaziou 2022-01-14 23:12:03 +01:00
parent 5f9a59f0da
commit 058cafb1ee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 2 deletions

View File

@ -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")