aboutsummaryrefslogtreecommitdiff
path: root/local.mk
AgeCommit message (Collapse)Author
2017-12-22release.nix: Use fetchTarball and fetchGitEelco Dolstra
In particular, using fetchGit means we don't need hackery to clean the source tree when building from an unclean tree.
2017-12-04Simplify build by including nlohmann/json.hppEelco Dolstra
2017-08-21Allow builders to create activitiesEelco Dolstra
Actually, currently they can only create download activities. Thus, downloads by builtins.fetchurl show up in the progress bar.
2017-04-14Shut up some warningsEelco Dolstra
2017-02-07Add nix-perl package for the perl bindingsShea Levy
2017-02-07Remove build-remote.pl.inEelco Dolstra
2015-10-15Don't depend on git when generating source tarballJohn Ericson
2015-09-18Shut up clang warningsEelco Dolstra
2015-06-09Install serve-protocol.hhEelco Dolstra
2014-08-20Install config.h only onceEelco Dolstra
2014-07-30make clean: Remove Makefile.configEelco Dolstra
2014-07-23Pass -pthread only for programs that need itEelco Dolstra
2014-07-23nix-daemon: Use a thread instead of SIGPOLL to catch client disconnectsEelco Dolstra
The thread calls poll() to wait until a HUP (or other error event) happens on the client connection. If so, it sends SIGINT to the main thread, which is then cleaned up normally. This is much nicer than messing around with SIGPOLL.
2014-05-14Remove redundant codeEelco Dolstra
2014-03-05Install missing Boost headersEelco Dolstra
http://hydra.nixos.org/build/9328376
2014-02-07Install header filesEelco Dolstra
2014-02-04Add nix.spec to the distributionEelco Dolstra
2014-02-01Only run "git ls-files" when doing "make check"Eelco Dolstra
2014-02-01More "make dist" fixesEelco Dolstra
2014-02-01Fix "make dist"Eelco Dolstra