mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 _
|
(lambda _
|
||||||
(substitute*
|
(substitute*
|
||||||
"ThirdParty/hdf5/vtkhdf5/config/cmake/libhdf5.settings.cmake.in"
|
"ThirdParty/hdf5/vtkhdf5/config/cmake/libhdf5.settings.cmake.in"
|
||||||
(("Host system: .CMAKE_HOST_SYSTEM.")
|
(("Host system: \\@CMAKE_HOST_SYSTEM\\@")
|
||||||
"Host system: @CMAKE_SYSTEM_NAME@"))))))))))
|
"Host system: @CMAKE_SYSTEM_NAME@"))))))))))
|
||||||
|
|
||||||
(define-public opencv
|
(define-public opencv
|
||||||
|
|
Loading…
Reference in a new issue