diff options
Diffstat (limited to 'gnu')
-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/" |