[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: dtc: Use different source tarball.
From: |
guix-commits |
Subject: |
08/10: gnu: dtc: Use different source tarball. |
Date: |
Mon, 7 Mar 2022 15:56:26 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 54933a4047c388fc3b6331635d80e9516378fc08
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 7 22:45:05 2022 +0200
gnu: dtc: Use different source tarball.
The xz compressed source failed to unpack on riscv64-linux.
* gnu/packages/bootloaders.scm (dtc)[source]: Use gzipped tarball.
---
gnu/packages/bootloaders.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 3cd45b3806..e5504b25eb 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -448,10 +448,10 @@ menu to select one of the installed operating systems.")
(method url-fetch)
(uri (string-append
"mirror://kernel.org/software/utils/dtc/"
- "dtc-" version ".tar.xz"))
+ "dtc-" version ".tar.gz"))
(sha256
(base32
- "0wrl43rvd8nnm1v1wyfdr17vk8q7ymib62vli6da8n9ni4lwbkk5"))))
+ "0xm38h31jb29xfh2sfyk48d8wdfq4b8lmb412zx9vjr35izjb9iq"))))
(build-system gnu-build-system)
(native-inputs
(append
- branch master updated (dc1e2ce72c -> 34ba6e0616), guix-commits, 2022/03/07
- 01/10: gnu: libopenmpt: Update dependencies., guix-commits, 2022/03/07
- 04/10: gnu: mtd-utils: Fix cross-compiling., guix-commits, 2022/03/07
- 02/10: gnu: libxrender: Fix cross compiling to riscv64-linux., guix-commits, 2022/03/07
- 06/10: gnu: squashfs-tools: Fix cross-compiling., guix-commits, 2022/03/07
- 03/10: gnu: libjpeg-turbo: Fix cross-compiling to riscv64-linux., guix-commits, 2022/03/07
- 07/10: build-system/meson: Add more cross-compilation targets., guix-commits, 2022/03/07
- 09/10: gnu: dtc: Use pkg-config-for-target., guix-commits, 2022/03/07
- 10/10: system: Set kernel name for riscv64-linux., guix-commits, 2022/03/07
- 05/10: gnu: libcap: Fix cross-compiling., guix-commits, 2022/03/07
- 08/10: gnu: dtc: Use different source tarball.,
guix-commits <=