diff options
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 8e8e6dbe3b..df65c75154 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -11,6 +11,7 @@ ;;; Copyright © 2019 Efraim Flashner <[email protected]> ;;; Copyright © 2019 Wiktor Żelazny <[email protected]> ;;; Copyright © 2019 Hartmut Goebel <[email protected]> +;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -252,8 +253,10 @@ and driving.") (inputs `(("libjpeg-turbo" ,libjpeg-turbo) ("libtiff" ,libtiff) - ("proj" ,proj) ("zlib" ,zlib))) + (propagated-inputs + `(;; libgeotiff headers include proj headers, so ensure those are available. + ("proj" ,proj))) (arguments `(#:configure-flags (list (string-append "--with-zlib") |