gnu: libgeotiff: Propagate proj.

* gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ...
[propagated-inputs]: ... here.  New field.
This commit is contained in:
Marius Bakke 2020-01-07 14:28:09 +01:00
parent 2536027cc5
commit 517c55381e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11,6 +11,7 @@
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -252,8 +253,10 @@ (define-public libgeotiff
(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")