mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -1170,7 +1170,7 @@ incompatible with HDF5.")
|
||||
;; libhdf5.so. We truncate the hashes to avoid
|
||||
;; unnecessary store references to those compilers:
|
||||
(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) "..."))
|
||||
;; Don't record the build-time kernel version to make the
|
||||
;; settings file reproducible.
|
||||
|
||||
Reference in New Issue
Block a user