[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: xl2tpd: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
05/06: gnu: xl2tpd: Don't use NAME in source URI. |
Date: |
Tue, 23 Apr 2019 21:43:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 28341601b323906d91821ed698537d261f2b0854
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 23 22:00:41 2019 +0200
gnu: xl2tpd: Don't use NAME in source URI.
* gnu/packages/vpn.scm (xl2tpd)[source]: Hard-code NAME.
---
gnu/packages/vpn.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index b8ebeb5..0c8e8e8 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -528,10 +528,10 @@ WireGuard support.")
(uri (git-reference
(url "https://github.com/xelerance/xl2tpd")
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))
- (file-name (string-append "xl2tpd-" version "-checkout"))))
+ "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "DESTDIR=" %output)
- branch master updated (ca983a2 -> 9ca762e), guix-commits, 2019/04/23
- 02/06: gnu: ristretto: Update to 0.8.4., guix-commits, 2019/04/23
- 06/06: doc: Fix build., guix-commits, 2019/04/23
- 05/06: gnu: xl2tpd: Don't use NAME in source URI.,
guix-commits <=
- 04/06: gnu: xl2tpd: Update to 1.3.14., guix-commits, 2019/04/23
- 03/06: gnu: ristretto: Don't use NAME in source URI., guix-commits, 2019/04/23
- 01/06: gnu: inxi-minimal: Update to 3.0.33-1., guix-commits, 2019/04/23