On 2014-03-16 20:26, Strahinja Popovic wrote: > Now my problem is when compiling, it terminates with following: > > /nix/store/55cajnd5wbli8vapmwx6ywi3yafld28b-dbus-glib-0.100.2/include/dbus-1.0/dbus/dbus-glib.h:28:30: > fatal error: dbus/dbus-shared.h: No such file or directory > > Any ideas? How could I see in which package is dbus-shared.h? >
find /nix/store -name dbus-shared.h on my machine implied that dbus_libs is the package you are looking for. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
