summaryrefslogtreecommitdiff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Add concurrent make and check to default.nixJohn Wiegley2018-09-031-0/+5
|
* Bump version in default.nixJohn Wiegley2016-11-291-1/+1
|
* Don't build Elisp files in default.nixJohn Wiegley2016-11-101-9/+21
|
* Remove compilation of ledger-mode lisp filesthdox2016-10-271-7/+0
| | | | | | As ledger-mode has been moved to its own repository. [ci skip]
* Update default.nixJohn Wiegley2016-08-021-5/+6
|
* Remove boost fixup from default.nixJohn Wiegley2015-01-021-5/+0
|
* Some minor changesJohn Wiegley2014-11-041-3/+7
|
* Bump version number to 3.1Martin Michlmayr2014-10-051-2/+2
|
* Bump version numbers everywhere to 3.0.3John Wiegley2014-06-081-1/+1
|
* 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