diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 11b4e81159..0964ad104e 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1527,13 +1527,13 @@ (define-public modem-manager '(#:configure-flags `(,(string-append "--with-udev-base-dir=" %output "/lib/udev")))) (native-inputs - `(("glib:bin" ,glib "bin") ; for glib-mkenums - ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool) - ("pkg-config" ,pkg-config) - ("vala" ,vala) - ;; For testing. - ("dbus" ,dbus))) + (list `(,glib "bin") ; for glib-mkenums + gobject-introspection + intltool + pkg-config + vala + ;; For testing. + dbus)) (propagated-inputs (list glib)) ; required by mm-glib.pc (inputs