gnu: dbus: Move 'pkg-config' to 'native-inputs'.
[jackhill/guix/guix.git] / gnu / packages / glib.scm
index 662f511..0a42c0d 100644 (file)
                      (mkdir (string-append out "/etc/dbus-1/system.d"))
                      #t))
                  %standard-phases)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (inputs
      `(("expat" ,expat)
-       ("pkg-config" ,pkg-config)
 
        ;; Add a dependency on libx11 so that 'dbus-launch' has support for
        ;; '--autolaunch'.