mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pangomm: Remove input labels.
* gnu/packages/gtk.scm (pangomm)[native-inputs]: Remove labels. [arguments]: While at it, remove trailing #t.
This commit is contained in:
parent
6140e8c45d
commit
f4f6d6582b
1 changed files with 11 additions and 14 deletions
|
@ -1610,10 +1610,8 @@ library.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
'(#:glib-or-gtk? #t
|
||||||
#:configure-flags
|
#:configure-flags '("-Dbuild-documentation=true")
|
||||||
(list
|
|
||||||
"-Dbuild-documentation=true")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'install 'move-doc
|
(add-after 'install 'move-doc
|
||||||
|
@ -1623,17 +1621,16 @@ library.")
|
||||||
(mkdir-p (string-append doc "/share"))
|
(mkdir-p (string-append doc "/share"))
|
||||||
(rename-file
|
(rename-file
|
||||||
(string-append out "/share/doc")
|
(string-append out "/share/doc")
|
||||||
(string-append doc "/share/doc"))
|
(string-append doc "/share/doc"))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("dot" ,graphviz)
|
(list doxygen
|
||||||
("doxygen" ,doxygen)
|
graphviz ;for 'dot'
|
||||||
("m4" ,m4)
|
libxslt ;for 'xsltproc'
|
||||||
("mm-common" ,mm-common)
|
m4
|
||||||
("perl" ,perl)
|
mm-common
|
||||||
("pkg-config" ,pkg-config)
|
perl
|
||||||
("python" ,python)
|
pkg-config
|
||||||
("xsltproc" ,libxslt)))
|
python))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list cairo cairomm glibmm pango))
|
(list cairo cairomm glibmm pango))
|
||||||
(home-page "https://pango.gnome.org//")
|
(home-page "https://pango.gnome.org//")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue