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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -443,7 +443,7 @@ (define-public vtk-7
(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