[Nix-dev] Compiling Thunar from git

Sergey Mironov grrwlf at gmail.com
Mon Mar 17 08:07:35 CET 2014


Probably you need more dependencies. Try adding dbus_glib. See
nixpkgs/pkgs/desktops/xfce/core/thunar.nix for the whole list.
Probably you need all dependencies listed in this file plus
autoreconfHook.


Regards,
Sergey


2014-03-16 23:26 GMT+04:00 Strahinja Popovic <stralep at gmail.com>:
> Thank you so much, it makes ./configure now.
>
> 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?
>
>
> On Sun, Mar 16, 2014 at 6:11 PM, Vladimír Čunát <vcunat at gmail.com> wrote:
>>
>> On 03/16/2014 05:52 PM, Sergey Mironov wrote:
>>>
>>> Try adding [pkgs.autoconf pkgs.automake pkgs.m4] to the buildInputs.
>>
>>
>> Maybe try adding autoreconfHook into buildInputs instead. That should add
>> the deps and run that reconf phase automatically.
>>
>> Vlada
>>
>>
>>
>> _______________________________________________
>> nix-dev mailing list
>> nix-dev at lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>
>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list