summaryrefslogtreecommitdiff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for building with g++ 4.8John Wiegley2014-05-071-1/+1
|
* Require the use of C++11John Wiegley2014-04-171-7/+16
|
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-171-2/+2
| | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger.
* Add ninja as a build dependencyJohn Wiegley2014-04-161-2/+2
|
* Add default.nix file, for building with NixJohn Wiegley2014-04-131-0/+30