summary refs log tree commit diff
path: root/pkgs/development/idris-modules/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
2022-02-07idrisPackages.protobuf: move to alias setJonathan Ringer1-4/+5
2022-02-06idrisPackages.protobuf: removec0bw3b1-1/+1
Upstream does not exist anymore
2021-05-08idrisPackages.data: remove broken package at 2018-03-19divanorama1-2/+0
Package doesn't compile https://hydra.nixos.org/build/142422494/nixlog/2 And the repository is archived with latest commits being in 2019 https://github.com/jdevuyst/dependable-data-structures ZHF: #122042
2020-03-20idrisPackages: add tf-random packageMike Sperber1-0/+2
2019-09-24idrisPackages.heyting-algebra: removeKierán Meinhardt1-2/+0
2019-01-04idris-modules/curses.nix: deleteJakob Brünker1-2/+0
The repository is currently unmaintained and cannot be guaranteed to work.
2018-08-04idrisPackages.quantities: init at 2018-04-17Imuli1-0/+2
2018-07-02idris: Clean up wrapperSilvan Mosberger1-4/+3
2018-05-08idrisPackages.vdom: init at 0.6.0Márton Boros1-0/+2
2018-03-20idrisPackages: add packagesMárton Boros1-5/+158
2018-03-09idrisPackages: fix errorsMárton Boros1-2/+0
2018-02-07Refactor Idris packaging infrastructureMatthew Pickering1-8/+23
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-11-02Add wrapper for idris exe for gcc/gmp runtime depsMatthew Pickering1-2/+7
Fixes #10450 When compiling packages with -o the executable invokes gcc. There is no compile time flag to control this invocation so for now we create a wrapper which provides the dependency at runtime.
2017-09-29Revert "Merge branch 'improved-make-overridable' of ↵Shea Levy1-1/+10
git://github.com/ElvishJerricco/nixpkgs" This reverts commit c3af1210b4c5d7ef380e75add463b37574fdcc8b, reversing changes made to 49f175cd0c80a39e1d05fc687c4a2a40e0aba58c.
2017-09-28Merge branch 'improved-make-overridable' of ↵Shea Levy1-10/+1
git://github.com/ElvishJerricco/nixpkgs
2017-09-14treewide: Escape backslash in strings properlyTuomas Tynkkynen1-1/+1
"\." is apparently the same as "." wheras the correct one is "\\."
2017-07-13Added `overrideScope` for `callPackageWith`Will Fancher1-10/+1
Consequently removing several ad-hoc definitions of the same concept.
2016-09-27idris-modules: pkgs.gnome is now pkgs.gnome2.Shea Levy1-1/+1
Fixes #18998. Closes #19002.
2015-11-27idris-modules: documentationShea Levy1-1/+6
2015-11-27idris-modules: Filter out default.nixShea Levy1-2/+2
2015-11-27idris-modules: Read the filesystem to populate package listShea Levy1-10/+8
2015-11-27Add builtin idris packages to idrisPackagesShea Levy1-2/+22
2015-11-27Add idrisPackages to all-packages.nixShea Levy1-0/+18