GNU bug report logs -
#60003
[PATCH 0/3] gnu: Add pass-import.
Previous Next
Full log
View this message in rfc822 format
I see this test failure(s) as well. Additionaly I required this diff to
get it start building:
diff --git a/gnu/packages/password-utils.scm
b/gnu/packages/password-utils.scm
index 0fdfccaa5b..f8a0b6a40c 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1535,7 +1535,7 @@ (define-public pass-import
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/roddhjav/pass-import"
- "/releases/download/" version
"/pass-import-"
+ "/releases/download/v" version
"/pass-import-"
version ".tar.gz"))
(sha256
(base32
"18vh97h3bmspwqhb9xjkapk3p8hy4rxhazrcc06f6pdz8rb6rxxp"))))
I further recommend to use the `git-fetch` method in this case...
This bug report was last modified 1 year and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.