gnu: openmw: Don't use NAME in source URI.
* gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									d00a8b8422
								
							
						
					
					
						commit
						37bf216dfc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1080,7 +1080,7 @@ of use.")
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri
 | 
					       (uri
 | 
				
			||||||
        (string-append "https://github.com/OpenMW/openmw/archive/"
 | 
					        (string-append "https://github.com/OpenMW/openmw/archive/"
 | 
				
			||||||
                       name "-" version ".tar.gz"))
 | 
					                       "openmw-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))
 | 
					         "03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue