gnu: amtk: Don't use NAME in source URI.
* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									09c4e43f81
								
							
						
					
					
						commit
						bf92ba6b7b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3410,9 +3410,9 @@ which are easy to play with the aid of a mouse.") | |||
|     (version "5.0.1") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "mirror://gnome/sources/" name "/" | ||||
|               (uri (string-append "mirror://gnome/sources/amtk/" | ||||
|                                   (version-major+minor version) "/" | ||||
|                                   name "-" version ".tar.xz")) | ||||
|                                   "amtk-" version ".tar.xz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d")))) | ||||
|  |  | |||
		Reference in a new issue