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
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
 | 
					      (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/"
 | 
				
			||||||
                          name "-" version ".tar.xz"))
 | 
					                          "libvisio-" version ".tar.xz"))
 | 
				
			||||||
      (sha256 (base32
 | 
					      (sha256 (base32
 | 
				
			||||||
               "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
 | 
					               "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue