gnu: hdf5: Fix invalid regex range.
* gnu/packages/maths.scm (hdf5-1.8)[arguments]: Use [a-zA-Z] instead of [a-Z] as range in regular expression.
This commit is contained in:
parent
6ee590eca8
commit
b52f635e41
@ -1170,7 +1170,7 @@ incompatible with HDF5.")
|
|||||||
;; libhdf5.so. We truncate the hashes to avoid
|
;; libhdf5.so. We truncate the hashes to avoid
|
||||||
;; unnecessary store references to those compilers:
|
;; unnecessary store references to those compilers:
|
||||||
(substitute* "src/libhdf5.settings"
|
(substitute* "src/libhdf5.settings"
|
||||||
(("(/gnu/store/)([a-Z0-9]*)" all prefix hash)
|
(("(/gnu/store/)([a-zA-Z0-9]*)" all prefix hash)
|
||||||
(string-append prefix (string-take hash 10) "..."))
|
(string-append prefix (string-take hash 10) "..."))
|
||||||
;; Don't record the build-time kernel version to make the
|
;; Don't record the build-time kernel version to make the
|
||||||
;; settings file reproducible.
|
;; settings file reproducible.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user