gnu: r: Add pango to inputs.
* gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
This commit is contained in:
parent
d2fa61bc35
commit
05e9f30f1e
|
@ -165,7 +165,9 @@ be output in text, PostScript, PDF or HTML.")
|
||||||
("which" ,which) ; for tests/Examples/base-Ex.R
|
("which" ,which) ; for tests/Examples/base-Ex.R
|
||||||
("xz" ,xz)))
|
("xz" ,xz)))
|
||||||
(inputs
|
(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)
|
("curl" ,curl)
|
||||||
("tzdata" ,tzdata)
|
("tzdata" ,tzdata)
|
||||||
("gfortran" ,gfortran)
|
("gfortran" ,gfortran)
|
||||||
|
|
Loading…
Reference in New Issue