guix-commits
[Top][All Lists]
Advanced

[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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]