Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 1 | -0/+1 | |
If a build log is not available locally, then ‘nix-store -l’ will now try to download it from the servers listed in the ‘log-servers’ option in nix.conf. For instance, if you have: log-servers = http://hydra.nixos.org/log then it will try to get logs from http://hydra.nixos.org/log/<base name of the store path>. So you can do things like: $ nix-store -l $(which xterm) and get a log even if xterm wasn't built locally. | |||||
2014-03-12 | Generate release notes again | Eelco Dolstra | 1 | -0/+1 | |
2014-02-07 | Install header files | Eelco Dolstra | 1 | -0/+1 | |
2014-02-01 | Build/install manual | Eelco Dolstra | 1 | -0/+7 | |
2013-11-25 | Add support for ‘make installcheck’ | Eelco Dolstra | 1 | -1/+1 | |
2013-11-25 | Add a Makefile for the Perl stuff | Eelco Dolstra | 1 | -0/+3 | |
2013-11-25 | Add a Makefile for bsdiff | Eelco Dolstra | 1 | -0/+1 | |
2013-11-23 | Support installation of dynamically linked programs | Eelco Dolstra | 1 | -0/+2 | |
Here we need to re-link programs so that their RPATH refers to the installed libraries. | |||||
2013-11-22 | Fix building without Boehm GC | Eelco Dolstra | 1 | -0/+1 | |
2013-11-22 | Add a Makefile variable for enabling debug info | Eelco Dolstra | 1 | -0/+1 | |
2013-11-22 | Drop the dependency on Automake | Eelco Dolstra | 1 | -0/+2 | |
2013-11-22 | Respect configure flags | Eelco Dolstra | 1 | -0/+4 | |
2013-11-22 | Add ‘make dist’ support | Eelco Dolstra | 1 | -1/+2 | |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+10 | |