mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01: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:
parent
0648dc9572
commit
f2e570ca8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue