1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: vtk@7: Simplify regular expression.

* gnu/packages/image-processing.scm (vtk-7)[arguments]: Replace ‘.’
wildcards with literal ‘@’ character matches.
This commit is contained in:
Tobias Geerinckx-Rice
2022-06-05 02:00:00 +02:00
parent 0648dc9572
commit f2e570ca8a

View File

@@ -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