summaryrefslogtreecommitdiff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Add flakeMatthew Bauer2021-12-011-56/+2
|
* default.nix: Fix testingMichael Raitza2020-10-301-2/+5
|
* Implement cryptographic access to files using GPGMEMichael Raitza2020-10-301-2/+3
|
* Remove the-kenny from list of maintainers in default.nixSteve Purcell2020-05-281-1/+1
| | | | | Without this fix, the Nix build is broken, which causes `ledger-mode` CI builds to fail. See https://github.com/NixOS/nixpkgs/commit/887295fd2d8c4da06acdaa185cbb3cc214d83285
* Release 3.2.1Martin Michlmayr2020-05-181-2/+2
|
* Release 3.2.0Martin Michlmayr2020-05-011-2/+2
|
* Update default.nix to match more closely what nixpkgs is usingJohn Wiegley2020-03-271-24/+33
|
* Update default.nix to match what nixpkgs is usingJohn Wiegley2020-03-271-19/+23
|
* Remove reference to lisp from default.nixSteve Purcell2019-12-271-9/+0
| | | | | There is no longer a submodule which provides elisp, so the `cp` portion of this expression fails. Also remove obsolete comment about presence of gitmodules.
* Release 3.1.3Martin Michlmayr2019-03-311-2/+2
|
* Release 3.1.2Martin Michlmayr2019-02-051-2/+2
|
* 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