gnu: netcdf: Fix build.
* gnu/packages/maths.scm (netcdf)[arguments]: Fix regexp in 'patch-settings' phase.
This commit is contained in:
parent
979611d4dd
commit
361d4627ab
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ similar to MATLAB, GNU Octave or SciPy.")
|
||||||
;; filenames to avoid unnecessary references to the corresponding
|
;; filenames to avoid unnecessary references to the corresponding
|
||||||
;; store items.
|
;; store items.
|
||||||
(substitute* "libnetcdf.settings"
|
(substitute* "libnetcdf.settings"
|
||||||
(("(/gnu/store/)([a-Z0-9]*)" all prefix hash)
|
(("(/gnu/store/)([0-9A-Za-z]*)" all prefix hash)
|
||||||
(string-append prefix (string-take hash 10) "...")))
|
(string-append prefix (string-take hash 10) "...")))
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
|
|
Reference in a new issue