Ricardo Wurmus <[email protected]> skribis: > * gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango. > --- > gnu/packages/statistics.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 1288d9d..abc0c7e 100644 > --- a/gnu/packages/statistics.scm > +++ b/gnu/packages/statistics.scm > @@ -165,7 +165,7 @@ be output in text, PostScript, PDF or HTML.") > ("which" ,which) ; for tests/Examples/base-Ex.R > ("xz" ,xz))) > (inputs > - `(("cairo" ,cairo) > + `(("pango" ,pango)
Maybe mention “for the cairo BitmapType backend” in a comment so that nobody views it as a thinko. Thanks, Ludo’.
