gnu: emacs-better-defaults: Specify source file name.
* gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a useful file name, as usual with tarballs from GitHub.
This commit is contained in:
		
							parent
							
								
									e88eb07110
								
							
						
					
					
						commit
						13384842f8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1785,6 +1785,7 @@ work on lists, strings and vectors.")
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/technomancy/better-defaults"
 | 
					       (uri (string-append "https://github.com/technomancy/better-defaults"
 | 
				
			||||||
                           "/archive/" version ".tar.gz"))
 | 
					                           "/archive/" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
 | 
					         "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue