guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: libgeotiff: Propagate proj.


From: guix-commits
Subject: 08/10: gnu: libgeotiff: Propagate proj.
Date: Tue, 7 Jan 2020 12:20:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 517c55381e190b2d6bdba95c45a6c895831b9721
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 7 14:28:09 2020 +0100

    gnu: libgeotiff: Propagate proj.
    
    * gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/geo.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8e8e6db..df65c75 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
 ;;; Copyright © 2019 Hartmut Goebel <address@hidden>
+;;; Copyright © 2020 Marius Bakke <address@hidden>
 ;;;
 ;;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]