me
/
guix
Archived
1
0
Fork 0

gnu: vtk@7: Simplify regular expression.

* gnu/packages/image-processing.scm (vtk-7)[arguments]: Replace ‘.’
wildcards with literal ‘@’ character matches.
master
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
1 changed files with 1 additions and 1 deletions

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