me
/
guix
Archived
1
0
Fork 0

gnu: zlib: Document why "git-fetch" cannot be used.

* gnu/packages/guile.scm (guile-zlib): Explain that using "git-fetch" would
create and endless inclusion loop here.
master
Mathieu Othacehe 2020-07-27 18:28:51 +02:00
parent 69361e8881
commit 4aa7dfe47f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 0 deletions

View File

@ -783,6 +783,9 @@ manipulate repositories of the Git version control system.")
(version "0.0.1")
(source
(origin
;; XXX: Do not use "git-fetch" method here that would create and
;; endless inclusion loop, because this package is used as an extension
;; in the same method.
(method url-fetch)
(uri
(string-append "https://notabug.org/guile-zlib/guile-zlib/archive/"