me
/
guix
Archived
1
0
Fork 0

gnu: gcab: Remove input labels.

* gnu/packages/package-management.scm (gcab)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent c1bdfed1f9
commit e9f8f2a706
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -1782,10 +1782,10 @@ and the error handling is very rough.")
"02sngv40zwadajsiav1paahyfgkccbh9s7r5ks82chbwawarc31g"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(list `(,glib "bin") ; for glib-mkenums
intltool
pkg-config
vala))
(inputs
(list glib zlib))
(arguments