gnu: packagekit: Remove input labels and use gexp.

* gnu/packages/freedesktop.scm (pacakgekit): Remove input labels and use gexp.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Petr Hodina 2022-09-18 10:39:18 +02:00 committed by Marius Bakke
parent f17f1e1f71
commit b2b88471d6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -995,16 +995,16 @@ (define-public packagekit
"1dr1laic65ld95abp2yxbwvijnngh0dwyb1x49x4wjm5rhq43dl8")))) "1dr1laic65ld95abp2yxbwvijnngh0dwyb1x49x4wjm5rhq43dl8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f (list #:tests? #f
#:make-flags (list (string-append "BASH_COMPLETIONS_DIR=" #:make-flags
%output "/etc/bash_completion.d")) #~(list (string-append "BASH_COMPLETIONS_DIR="
#:configure-flags #$output "/etc/bash_completion.d"))
'("--disable-systemd"))) #:configure-flags #~'("--disable-systemd")))
(native-inputs (native-inputs
`(("intltool" ,intltool) (list intltool
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper) python-wrapper
("glib:bin" ,glib "bin"))) `(,glib "bin")))
(inputs (inputs
(list glib bash-completion polkit)) (list glib bash-completion polkit))
(propagated-inputs (propagated-inputs