me
/
guix
Archived
1
0
Fork 0

gnu: dbus: Move 'pkg-config' to 'native-inputs'.

* gnu/packages/glib.scm (dbus): Move PKG-CONFIG to 'native-inputs'.
master
Ludovic Courtès 2014-10-05 22:24:20 +02:00
parent 8fa9ff20a8
commit 708be46bfd
1 changed files with 2 additions and 1 deletions

View File

@ -84,9 +84,10 @@
(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'.