diff options
author | Ludovic Courtès <[email protected]> | 2022-06-13 08:57:51 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-06-13 08:57:51 +0200 |
commit | 6aa457fed15157495121646b57c22ec68af41fb7 (patch) | |
tree | 4e8e14c27bbcf2fb632bda76a3cf4e453f5186e9 /gnu/packages/gnome.scm | |
parent | d4482e9a9ebe61197a0756ce9048fcb895e6f552 (diff) | |
parent | 622545de6c413675b00212336d633c4c6ee3d2bc (diff) |
Merge branch 'staging'
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e6573894b4..a938453dd4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3459,18 +3459,9 @@ for dealing with different structured file formats.") `(,glib "bin") gobject-introspection pkg-config - python-wrapper - ruby vala)) (inputs - (list bzip2 - fontconfig - freetype - harfbuzz - libcroco - libgsf - libxml2 - pango)) + (list freetype harfbuzz libxml2 pango)) (propagated-inputs (list cairo gdk-pixbuf glib)) (synopsis "SVG rendering library") @@ -3561,7 +3552,7 @@ diagrams.") `(,glib "bin") ; glib-mkenums, etc. gobject-introspection)) ; g-ir-compiler, etc. (inputs - (list pango libcroco bzip2 libgsf libxml2)) + (list pango libcroco libxml2)) (propagated-inputs ;; librsvg-2.0.pc refers to all of that. (list cairo gdk-pixbuf glib)) |