gnu: arc-icon-theme: Don't use unstable tarball.
* gnu/packages/gnome.scm (arc-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									8c3f2170c4
								
							
						
					
					
						commit
						bbf66cbf63
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		|  | @ -7226,14 +7226,15 @@ simple and consistent.") | ||||||
|   (package |   (package | ||||||
|     (name "arc-icon-theme") |     (name "arc-icon-theme") | ||||||
|     (version "20161122") |     (version "20161122") | ||||||
|     (source (origin |     (source | ||||||
|               (method url-fetch) |      (origin | ||||||
|               (uri (string-append "https://github.com/horst3180/arc-icon-theme" |        (method git-fetch) | ||||||
|                                   "/archive/" version ".tar.gz")) |        (uri (git-reference | ||||||
|               (file-name (string-append name "-" version ".tar.gz")) |              (url "https://github.com/horst3180/arc-icon-theme.git") | ||||||
|  |              (commit version))) | ||||||
|  |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|                (base32 |         (base32 "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd")))) | ||||||
|                 "1ya1cqvv8q847c0rpcg6apzky87q3h04y8jz5nmi52qk6kg8si0b")))) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  |  | ||||||
		Reference in a new issue