[Nix-dev] Nix GUI

Anders F Björklund afb at algonet.se
Sun Apr 11 20:30:22 CEST 2010


Hi,

I made a proof-of-concept implementation of a "--gui"
that would use graphic interface rather than console.

To make it simple I used Perl/Tk since that is older
and has much fewer/smaller dependencies than PerlQt:

buildInputs = [xorg.libX11 libpng libjpeg xorg.libXft fontconfig  
freetype];
makeMakerFlags = "X11=${xorg.libX11} XFT=1";

You can find the source code for the pkg and nix and
some screenshots at: http://www.algonet.se/~afb/nix/

--anders




More information about the nix-dev mailing list