[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: check-0.14: Fix build on powerpc-linux.
From: |
guix-commits |
Subject: |
01/07: gnu: check-0.14: Fix build on powerpc-linux. |
Date: |
Sun, 10 Mar 2024 06:51:43 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit bcf3f55be94d49ac23785343e934449fdcf1af3c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 10 09:54:08 2024 +0200
gnu: check-0.14: Fix build on powerpc-linux.
* gnu/packages/check.scm (check-0.14)[source]: Include patch from check.
Change-Id: I490b3d4cbe09381d091a398614d6b55687ac758f
---
gnu/packages/check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 49a026bd20..bd1f2d1b65 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -250,6 +250,7 @@ source code editors and IDEs.")
(inherit check)
(version "0.14.0")
(source (origin
+ (inherit (package-source check))
(method url-fetch)
(uri (string-append "https://github.com/libcheck/check/releases"
"/download/" version "/check-" version
".tar.gz"))
- branch master updated (3b38cbe8c2 -> 2a8018e42c), guix-commits, 2024/03/10
- 02/07: gnu: clang: Move compiler-cpu-architectures to llvm-meta.scm., guix-commits, 2024/03/10
- 07/07: gnu: python-next: Skip another test., guix-commits, 2024/03/10
- 01/07: gnu: check-0.14: Fix build on powerpc-linux.,
guix-commits <=
- 06/07: gnu: rav1e: Mark as tunable., guix-commits, 2024/03/10
- 03/07: cpu: Remove duplicate clang-compiler-cpu-architecture entry., guix-commits, 2024/03/10
- 04/07: gnu: rust: Add tuning information., guix-commits, 2024/03/10
- 05/07: transformations: Add support for rust., guix-commits, 2024/03/10