~ruther/guix-local

05e9f30f1e2e63c33e4872b870baab96183a6fbb — Ricardo Wurmus 9 years ago d2fa61b
gnu: r: Add pango to inputs.

* gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +3 -1
@@ 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)