gnu: r: Add pango to inputs.

* gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
master
Ricardo Wurmus 2016-06-17 12:13:12 +02:00 committed by Ricardo Wurmus
parent d2fa61bc35
commit 05e9f30f1e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ be output in text, PostScript, PDF or HTML.")
("which" ,which) ; for tests/Examples/base-Ex.R
("xz" ,xz)))
(inputs
`(("cairo" ,cairo)
`(;; We need not only cairo here, but pango to ensure that tests for the
;; "cairo" bitmapType plotting backend succeed.
("pango" ,pango)
("curl" ,curl)
("tzdata" ,tzdata)
("gfortran" ,gfortran)