From df3d30819e650a490ef39dd6692740bb13263c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 30 Apr 2024 11:03:10 +0200 Subject: [PATCH] =?UTF-8?q?gnu:=20guile-lzlib:=20Switch=20to=20=E2=80=98ur?= =?UTF-8?q?l-fetch=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes . Fixes a regression introduced in 7cef6b7ba555a9dfaf6d09cb7e112b0df77d5141, which would create a circular dependency on systems lacking “builtin:git-download”. * gnu/packages/guile.scm (guile-lzlib)[source]: Switch to ‘git-fetch’. Reported-by: Peacememories Change-Id: Iad684564d0dc18f0a7a76e1c4c6464ba4f39f2e8 --- gnu/packages/guile.scm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 8c634c26e3..58a044fa9d 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -926,12 +926,17 @@ Guile's foreign function interface.") (home-page "https://notabug.org/guile-lzlib/guile-lzlib") (source (origin - (method git-fetch) - (uri (git-reference (url home-page) (commit version))) - (file-name (git-file-name name version)) + ;; Note: Until "builtin:git-download" can be taken for granted, this + ;; must be 'url-fetch', not 'git-fetch', to avoid a circular dependency + ;; with the 'git-fetch' derivation on systems that lack + ;; "builtin:git-download". + (method url-fetch) + (uri (string-append home-page "/archive/" version ".tar.gz")) + ;; content nar-sha256: 19870njb3q5h6zy239gvra92ji077c6s8xm0hgcn42z74q5wqnk6 + (file-name (string-append "guile-lzlib-" version ".tar.gz")) (sha256 (base32 - "19870njb3q5h6zy239gvra92ji077c6s8xm0hgcn42z74q5wqnk6")))) + "1whgmwkr1v8m63p4aaqn8blwl9vcrswwhbfv4bm0aghl5a6rryd7")))) (build-system gnu-build-system) (arguments '(#:make-flags