guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: vtk@7: Simplify regular expression.


From: guix-commits
Subject: 03/05: gnu: vtk@7: Simplify regular expression.
Date: Thu, 9 Jun 2022 18:54:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f2e570ca8a9349d706828cee9012b75dbd87c257
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:00 2022 +0200

    gnu: vtk@7: Simplify regular expression.
    
    * gnu/packages/image-processing.scm (vtk-7)[arguments]: Replace ‘.’
    wildcards with literal ‘@’ character matches.
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 0c7bae183c..0c25b41dad 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -443,7 +443,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
               (lambda _
                 (substitute*
                     
"ThirdParty/hdf5/vtkhdf5/config/cmake/libhdf5.settings.cmake.in"
-                  (("Host system: .CMAKE_HOST_SYSTEM.")
+                  (("Host system: \\@CMAKE_HOST_SYSTEM\\@")
                    "Host system: @CMAKE_SYSTEM_NAME@"))))))))))
 
 (define-public opencv



reply via email to

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