mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
69361e8881
commit
4aa7dfe47f
1 changed files with 3 additions and 0 deletions
|
@ -783,6 +783,9 @@ (define-public guile-zlib
|
|||
(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/"
|
||||
|
|
Loading…
Reference in a new issue