guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/11: gnu: gd: Fix tests.


From: guix-commits
Subject: 05/11: gnu: gd: Fix tests.
Date: Thu, 13 Aug 2020 05:22:20 -0400 (EDT)

efraim pushed a commit to branch wip-ppc
in repository guix.

commit 00779bb99e326b8332fb6da2c1a1baee5e259047
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 28 22:45:35 2020 +0300

    gnu: gd: Fix tests.
    
    * gnu/packages/gd.scm (gd)[source]: Add upstream patch to fix
    gdimagestream16 tests.
---
 gnu/packages/gd.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 0d632de..ea6ec44 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
@@ -51,8 +51,16 @@
              (sha256
               (base32
                "0n5czhxzinvjvmhkf5l9fwjdx5ip69k5k7pj6zwb6zs1k9dibngc"))
-             (patches (search-patches "gd-fix-tests-on-i686.patch"
-                                      "gd-brect-bounds.patch"))))
+             (patches (cons
+                        (origin
+                          (method url-fetch)
+                          (uri 
"https://github.com/libgd/libgd/commit/ec0b4397698bd358557d33641aac4beb1912f43b.patch";)
+                          (file-name "gd-fix-gdimagestring16-test.patch")
+                          (sha256
+                           (base32
+                            
"0flznj0fgr7hychchm0xjx9l41jldbjvp1a1s79wvsywhinzf7ag")))
+                        (search-patches "gd-fix-tests-on-i686.patch"
+                                        "gd-brect-bounds.patch")))))
     (build-system gnu-build-system)
     (arguments
       ;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding



reply via email to

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