diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-07-27 18:28:51 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-07-27 18:30:21 +0200 |
commit | 4aa7dfe47fd282e045ba803b4ede9b2fcbad5005 (patch) | |
tree | d53d7d9ce198643b5ebc13b0854bcd8e67ea3ed5 /gnu/packages/guile.scm | |
parent | 69361e8881a79897e370322aedde9e6f459e26be (diff) | |
download | guix-4aa7dfe47fd282e045ba803b4ede9b2fcbad5005.tar guix-4aa7dfe47fd282e045ba803b4ede9b2fcbad5005.tar.gz |
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.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 4b7577f2a2..4c6ae1007c 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -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/" |