gnu: libusb-compat: Don't use NAME in source URI.
* gnu/packages/libusb.scm (libusb-compat)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									8280e0864a
								
							
						
					
					
						commit
						c9e37fe353
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -82,9 +82,9 @@ devices on various operating systems.")
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "mirror://sourceforge/libusb/"
 | 
					      (uri (string-append "mirror://sourceforge/libusb/"
 | 
				
			||||||
                          name "-" (version-major+minor version) "/"
 | 
					                          "libusb-compat-" (version-major+minor version) "/"
 | 
				
			||||||
                          name "-" version "/"
 | 
					                          "libusb-compat-" version "/"
 | 
				
			||||||
                          name "-" version ".tar.bz2"))
 | 
					                          "libusb-compat-" version ".tar.bz2"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "0nn5icrfm9lkhzw1xjvaks9bq3w6mjg86ggv3fn7kgi4nfvg8kj0"))))
 | 
					        "0nn5icrfm9lkhzw1xjvaks9bq3w6mjg86ggv3fn7kgi4nfvg8kj0"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue