gnu: exo: Don't use NAME in source URI.
* gnu/packages/xfce.scm (exo)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									5da54e8004
								
							
						
					
					
						commit
						1438306bd5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -192,8 +192,8 @@ to share commonly used Xfce widgets among the Xfce applications.") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "https://archive.xfce.org/src/xfce/" |               (uri (string-append "https://archive.xfce.org/src/xfce/" | ||||||
|                                   name "/" (version-major+minor version) "/" |                                   "exo/" (version-major+minor version) "/" | ||||||
|                                   name "-" version ".tar.bz2")) |                                   "exo-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78")))) |                 "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78")))) | ||||||
|  |  | ||||||
		Reference in a new issue