gnu: dbus: Move 'pkg-config' to 'native-inputs'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 5 Oct 2014 20:24:20 +0000 (22:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 5 Oct 2014 20:24:33 +0000 (22:24 +0200)
* gnu/packages/glib.scm (dbus): Move PKG-CONFIG to 'native-inputs'.

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'.