gnu: emacs-graphql: Remove trailing #T.

* gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: Remove trailing #T.
This commit is contained in:
Nicolas Goaziou 2022-02-18 21:09:29 +01:00
parent 45860c933e
commit 0258aa46e6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1243,8 +1243,7 @@ (define-public emacs-graphql
;; 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")