diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 033da1efd1..b9e3f6c872 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1359,11 +1359,8 @@ ways, and relations) and their metadata tags.") (base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5")))) (build-system gnu-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'configure 'set-cc-to-gcc - (lambda _ - (setenv "CC" "gcc")))))) + `(#:make-flags + (list ,(string-append "CC=" (cc-for-target))))) (native-inputs `(("perl" ,perl))) (home-page "https://maxmind.github.io/libmaxminddb/") |