mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: atkmm: Remove input labels.
* gnu/packages/gtk.scm (atkmm) [native-inputs]: Remove input labels. Change-Id: I7dad8ada8d32c25845877aba0fc68245ff001a7e
This commit is contained in:
parent
47aca9956f
commit
1b93d518be
1 changed files with 9 additions and 9 deletions
|
@ -1813,7 +1813,7 @@ (define-public atkmm
|
|||
(build-system meson-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:configure-flags
|
||||
(list
|
||||
"-Dbuild-documentation=true")
|
||||
|
@ -1828,14 +1828,14 @@ (define-public atkmm
|
|||
(string-append out "/share/doc")
|
||||
(string-append doc "/share/doc"))))))))
|
||||
(native-inputs
|
||||
`(("dot" ,graphviz)
|
||||
("doxygen" ,doxygen)
|
||||
("m4" ,m4)
|
||||
("mm-common" ,mm-common)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("xsltproc" ,libxslt)))
|
||||
(list graphviz
|
||||
doxygen
|
||||
m4
|
||||
mm-common
|
||||
perl
|
||||
pkg-config
|
||||
python
|
||||
libxslt))
|
||||
(propagated-inputs
|
||||
(list glibmm at-spi2-core))
|
||||
(synopsis "C++ bindings for ATK")
|
||||
|
|
Loading…
Reference in a new issue