about summary refs log tree commit diff
path: root/pkgs/development/interpreters/lfe
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12LFE 1.2 does not support OTP 20Justin Wood2-0/+7
2017-07-11Make sure the LFE test suite is being runJustin Wood1-2/+19
2017-07-10Generalize building of LFEJustin Wood2-26/+19
2016-12-08lfe: 1.1.1 -> 1.2.1Eric Bailey3-15/+37
- Use buildRebar3 instead of mkDerivation, obviating the need for setup-hook.sh - Manually build proper and patch rebar.config s.t. it doesn't try to fetch it - Set checkTarget = "travis" and actually run the tests
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-07-12lfe: init at 1.1.1 (#16865)Eric Bailey2-0/+67
This is a first pass at adding an LFE package. N.B. man pages are ignored for now.