gnu: r-rgdal: Replace proj.4 with proj.

* gnu/packages/cran.scm (r-rgdal)[inputs]: Replace proj.4 with proj.
This commit is contained in:
Arun Isaac 2020-02-23 00:46:32 +05:30
parent 9a7bea11d6
commit 265b2bc5d3
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -29,6 +29,7 @@
;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -16873,7 +16874,7 @@ (define-public r-rgdal
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)
("proj.4" ,proj.4)
("proj" ,proj)
("zlib" ,zlib)))
(propagated-inputs
`(("r-sp" ,r-sp)))