me
/
guix
Archived
1
0
Fork 0

gnu: emacs-graphql: Remove trailing #T.

* gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: Remove trailing #T.
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
1 changed files with 1 additions and 2 deletions

View File

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