1
0
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:
Mathieu Othacehe
2020-07-27 18:28:51 +02:00
parent 69361e8881
commit 4aa7dfe47f
+3
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/"