mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 16:45:58 +02:00
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.
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user