mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libportal: Remove input labels.
* gnu/packages/freedesktop.scm (libportal)[native-inputs]: Remove input labels.
This commit is contained in:
parent
294476022f
commit
2717f180c4
1 changed files with 7 additions and 7 deletions
|
@ -2236,13 +2236,13 @@ (define-public libportal
|
|||
(list "-Dbackends=gtk4,qt5"
|
||||
"-Ddocs=false"))) ; requires unpackaged gi-docgen
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("docbook-xml" ,docbook-xml)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("libxml2" ,libxml2)
|
||||
("vala" ,vala)))
|
||||
(list pkg-config
|
||||
docbook-xsl
|
||||
docbook-xml
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
libxml2
|
||||
vala))
|
||||
(inputs
|
||||
(list gtk
|
||||
gtk+
|
||||
|
|
Loading…
Reference in a new issue