summary refs log tree commit diff
path: root/pkgs/development/libraries/languagemachines
Commit message (Collapse)AuthorAge
* frog: Fix build (icu64 -> icu60)Daniel Schaefer2019-07-31
| | | | | | icu60 is the latest version that works. Build the derivation languageMachines.test to test.
* treewide icu61+ fixesVladimír Čunát2019-06-05
| | | | | It's exactly the same issue as in the parent commit. /cc #60250 (2fe63c8).
* Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\
| * frog: adhere to version schema conventionPascal Wittmann2018-07-20
| | | | | | | | see issue #43717
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* languagemachines: fix darwin buildBadi Abdul-Wahid2018-03-11
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* frog: init at v0.13.7Robert Hensing2017-08-14