about summary refs log tree commit diff
path: root/pkgs/development/idris-modules/with-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-07-02idris: Clean up package builderSilvan Mosberger1-1/+1
2018-05-25treewide: use appendToName where appropriateMatthew Bauer1-3/+3
Using appendToName preserves the version at the end of the name.
2018-02-07Refactor Idris packaging infrastructureMatthew Pickering1-37/+11
The main two changes are 1. Completely rewrite how with-packages works to remove use of envHooks 2. The package description is now an idris specific set rather than being a subset of the arguments to mkDerivation. This mirrors the way Haskell packages are treated.
2017-12-30treewide: Don't use envHook anymoreJohn Ericson1-1/+1
This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-10-30Fix idrisPackages.with-packagesMatthew Pickering1-2/+2
1. The ln step was failing due to a file already existing 2. gcc was invoked directly which caused failure on OS X.
2015-11-27idris-modules: documentationShea Levy1-2/+4
2015-11-27idris-modules: Read the filesystem to populate package listShea Levy1-0/+44