gnu: libvisio: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libvisio)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									cb4c99ceb9
								
							
						
					
					
						commit
						9a4f6ceb10
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -581,8 +581,8 @@ created by PageMaker version 6.x and 7.")
 | 
			
		|||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
      (method url-fetch)
 | 
			
		||||
      (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
 | 
			
		||||
                          name "-" version ".tar.xz"))
 | 
			
		||||
      (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/"
 | 
			
		||||
                          "libvisio-" version ".tar.xz"))
 | 
			
		||||
      (sha256 (base32
 | 
			
		||||
               "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue