me
/
guix
Archived
1
0
Fork 0

gnu: emacs-chronometrist: Remove trailing #T.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist)[arguments]<#:phases>:
Remove trailing #T.
master
Nicolas Goaziou 2022-01-02 11:20:57 +01:00
parent adf8651a5b
commit a655d731e2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 2 deletions

View File

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