Hi! Maybe, here is what is going on: Existing thunar expression builds Thunar from a tarball which already has ./configure script. In contrast, you don't have it in your git-tree so you need more dependencies to let ./autogen.sh to build it. Try adding [pkgs.autoconf pkgs.automake pkgs.m4] to the buildInputs.
Regards, Sergey 2014-03-16 17:01 GMT+04:00 Strahinja Popovic <[email protected]>: > Hi everyone! > > I'm quite green about Nix, but I'm using NixOS few days and I'm quite happy > for now. > Anyway, I am trying to compile Thunar from git, to test few changes, and I > have problem with ./autogen.sh. > I have attached output of ./autogen.sh. Also I have attached thunar.nix I > have tried - unsuccessfully - to use with nix-shell. > I might hack something around this, but I would love to hear how to do this > the RightWay(tm). > Of course, any help is appreciated. > > Best, > Strahinja > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
