gnu: emacs-graphql: Remove trailing #T.
* gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: Remove trailing #T.
This commit is contained in:
		
							parent
							
								
									45860c933e
								
							
						
					
					
						commit
						0258aa46e6
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue