mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: librsvg: Remove unused inputs.
* gnu/packages/gnome.scm (librsvg)[native-inputs]: Remove PYTHON-WRAPPER and RUBY. [inputs]: Remove BZIP2, FONTCONFIG, LIBCROCO, and LIBGSF. (librsvg-2.40)[inputs]: Remove BZIP2 and LIBGSF.
This commit is contained in:
parent
7d3a1545f8
commit
d94de62f1c
1 changed files with 2 additions and 11 deletions
|
@ -3508,18 +3508,9 @@ for dealing with different structured file formats.")
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper
|
|
||||||
ruby
|
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list freetype harfbuzz libxml2 pango))
|
||||||
fontconfig
|
|
||||||
freetype
|
|
||||||
harfbuzz
|
|
||||||
libcroco
|
|
||||||
libgsf
|
|
||||||
libxml2
|
|
||||||
pango))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list cairo gdk-pixbuf glib))
|
(list cairo gdk-pixbuf glib))
|
||||||
(synopsis "SVG rendering library")
|
(synopsis "SVG rendering library")
|
||||||
|
@ -3610,7 +3601,7 @@ diagrams.")
|
||||||
`(,glib "bin") ; glib-mkenums, etc.
|
`(,glib "bin") ; glib-mkenums, etc.
|
||||||
gobject-introspection)) ; g-ir-compiler, etc.
|
gobject-introspection)) ; g-ir-compiler, etc.
|
||||||
(inputs
|
(inputs
|
||||||
(list pango libcroco bzip2 libgsf libxml2))
|
(list pango libcroco libxml2))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; librsvg-2.0.pc refers to all of that.
|
;; librsvg-2.0.pc refers to all of that.
|
||||||
(list cairo gdk-pixbuf glib))
|
(list cairo gdk-pixbuf glib))
|
||||||
|
|
Loading…
Add table
Reference in a new issue