This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0342cd8771 gnu: inkscape: Update conditional patch.
0342cd8771 is described below

commit 0342cd8771fd6bd331ac6d4e8c6dd197090d1173
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jul 24 21:23:10 2024 +0200

    gnu: inkscape: Update conditional patch.
    
    * gnu/packages/inkscape.scm (inkscape)[arguments]: Fix substitution 
expression
    to avoid syntax error.
    
    Change-Id: I00a65848d2b95795a7a59c4c5164b14faefcf2b7
---
 gnu/packages/inkscape.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index aa33a0a4a3..cb32b7d38f 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darrington <[email protected]>
 ;;; Copyright © 2014, 2016 Mark H Weaver <[email protected]>
-;;; Copyright © 2016, 2018 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2016, 2018, 2024 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017, 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2020, 2021, 2022, 2024 Maxim Cournoyer 
<[email protected]>
@@ -191,7 +191,8 @@ endif()~%~%"
                         ;; 
https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035539888
                         ;; According to upstream, this is a false positive.
                         (substitute* "testfiles/rendering_tests/CMakeLists.txt"
-                          (("test-use") "#test-use"))
+                          (("add_rendering_test\\(test-use" all)
+                           (string-append "#" all)))
                         ;; 
https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035539888
                         ;; Allegedly a precision error in the gamma.
                         (substitute* "testfiles/cli_tests/CMakeLists.txt"

Reply via email to