gnu: lxqt-globalkeys: Don't use NAME in source URI.
* gnu/packages/lxqt.scm (lxqt-globalkeys)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									bd67162479
								
							
						
					
					
						commit
						7bed07fc0b
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -421,8 +421,9 @@ configuration of both LXQt and the underlying operating system.")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
 | 
					       (uri (string-append "https://github.com/lxqt/lxqt-globalkeys/"
 | 
				
			||||||
                           version "/" name "-" version ".tar.xz"))
 | 
					                           "releases/download/" version "/"
 | 
				
			||||||
 | 
					                           "lxqt-globalkeys-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
 | 
					        (base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue