ngz pushed a commit to branch master
in repository guix.
commit 0258aa46e65fc4265c39d09f3bfe212d9057c40d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Feb 18 21:09:29 2022 +0100
gnu: emacs-graphql: Remove trailing #T.
* gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: 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 e76850a989..3c433ac495 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1243,8 +1243,7 @@ you will die. The game builds the list of words from the
active buffer.")
;; Remove examples file with references to external packages as
;; they do not exist at compilation time.
(snippet
- '(begin (delete-file "examples.el")
- #t))
+ '(begin (delete-file "examples.el")))
(method git-fetch)
(uri (git-reference
(url "https://github.com/vermiculus/graphql.el")