mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-mit-scheme-doc: Remove trailing #T.
* gnu/packages/emacs-xyz.scm (emacs-mit-scheme-doc)[snippet]: Remove trailing #T.
This commit is contained in:
parent
1e28e8904c
commit
5f8e89b702
1 changed files with 1 additions and 2 deletions
|
@ -7241,8 +7241,7 @@ (define-public emacs-mit-scheme-doc
|
|||
'(begin
|
||||
(for-each delete-file '("dot-emacs.el" "Makefile"))
|
||||
(install-file "6.945-config/mit-scheme-doc.el" ".")
|
||||
(delete-file-recursively "6.945-config")
|
||||
#t))
|
||||
(delete-file-recursively "6.945-config")))
|
||||
(file-name (string-append name "-" version ".tar.bz2"))
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
|
||||
|
|
Loading…
Reference in a new issue