gnu: squashfs-tools: Build from upstream git.
* gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									1f34f8db12
								
							
						
					
					
						commit
						d037bf0294
					
				
					 1 changed files with 17 additions and 16 deletions
				
			
		|  | @ -856,14 +856,15 @@ time for compression ratio.") | ||||||
|   (package |   (package | ||||||
|     (name "squashfs-tools") |     (name "squashfs-tools") | ||||||
|     (version "4.4") |     (version "4.4") | ||||||
|     (source (origin |     (source | ||||||
|               (method url-fetch) |      (origin | ||||||
|               (uri (string-append "mirror://sourceforge/squashfs/squashfs/" |        (method git-fetch) | ||||||
|                                   "squashfs" version "/" |        (uri (git-reference | ||||||
|                                   "squashfs" version ".tar.gz")) |              (url "https://github.com/plougher/squashfs-tools") | ||||||
|  |              (commit version))) | ||||||
|  |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|                (base32 |         (base32 "0697fv8n6739mcyn57jclzwwbbqwpvjdfkv1qh9s56lvyqnplwaw")) | ||||||
|                 "0zmhvczscqz0mzh4b9m8m42asq14db0a6lc8clp5ljq5ybrv70d9")) |  | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|         '(begin |         '(begin | ||||||
|  |  | ||||||
		Reference in a new issue