gnu: xl2tpd: Don't use NAME in source URI.
* gnu/packages/vpn.scm (xl2tpd)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									14ccd8f883
								
							
						
					
					
						commit
						28341601b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -528,10 +528,10 @@ WireGuard support.") | ||||||
|               (uri (git-reference |               (uri (git-reference | ||||||
|                     (url "https://github.com/xelerance/xl2tpd") |                     (url "https://github.com/xelerance/xl2tpd") | ||||||
|                     (commit (string-append "v" version)))) |                     (commit (string-append "v" version)))) | ||||||
|  |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi")) |                 "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi")))) | ||||||
|               (file-name (string-append "xl2tpd-" version "-checkout")))) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:make-flags (list (string-append "DESTDIR=" %output) |      `(#:make-flags (list (string-append "DESTDIR=" %output) | ||||||
|  |  | ||||||
		Reference in a new issue