mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libgeotiff: Propagate proj.
* gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ... [propagated-inputs]: ... here. New field.
This commit is contained in:
parent
2536027cc5
commit
517c55381e
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue