gnu: libabigail: Don't use NAME in source URI.
* gnu/packages/elf.scm (libabigail)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									29cc115436
								
							
						
					
					
						commit
						4dfdcbf5fe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -99,8 +99,8 @@ Executable and Linkable Format (@dfn{ELF}).  This includes @command{ld},
 | 
				
			||||||
    (version "1.6")
 | 
					    (version "1.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://sourceware.org/pub/" name
 | 
					              (uri (string-append "https://sourceware.org/pub/libabigail/"
 | 
				
			||||||
                                  "/" name "-" version ".tar.gz"))
 | 
					                                  "libabigail-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g"))))
 | 
					                "04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue