mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
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 @@ (define-public netcdf
|
|||
;; filenames to avoid unnecessary references to the corresponding
|
||||
;; store items.
|
||||
(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) "...")))
|
||||
#t)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue