From 361d4627ab8d0bea1e4bc07b13961ad34e8cd7e4 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Fri, 20 Aug 2021 13:54:35 +0200 Subject: gnu: netcdf: Fix build. * gnu/packages/maths.scm (netcdf)[arguments]: Fix regexp in 'patch-settings' phase. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 82ca9caff3..472f53720c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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))) -- cgit v1.2.3