gnu: gpxsee: Fetch from Git instead of a generated tarball.
* gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.
This commit is contained in:
		
							parent
							
								
									286ef5d97c
								
							
						
					
					
						commit
						ed8a551653
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -177,14 +177,14 @@ coordinates as well as partial support for adjustments in global coordinate syst
 | 
				
			||||||
    (name "gpxsee")
 | 
					    (name "gpxsee")
 | 
				
			||||||
    (version "7.8")
 | 
					    (version "7.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri (git-reference
 | 
				
			||||||
               (string-append "https://github.com/tumic0/GPXSee/archive/"
 | 
					                    (url "https://github.com/tumic0/GPXSee")
 | 
				
			||||||
                              version ".tar.gz"))
 | 
					                    (commit version)))
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1k9nbs3knl6s0s4bf1rgrc9lwczawnzm7629igw0zmxb5yka7d9v"))))
 | 
					                "1ymqz4wrl9ghkyyqi2vrnlyvz3fc84s3p8a1dkiqlvyvj360ck9j"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases
 | 
					     '(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue