about summary refs log tree commit diff
path: root/pkgs/development/compilers/factor-lang
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* factor-lang: fix libGL when the OS uses non-mesaVladimír Čunát2017-11-05
| | | | | | I was careful to keep libGLU in LD_LIBRARY_PATH, in the unlikely case that it's actually used. Reported in https://github.com/NixOS/nixpkgs/issues/30749#issuecomment-341987725
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Fix output references to ncursesTuomas Tynkkynen2016-08-23
|
* factor: disable build on i686-linuxRahul Gopinath2016-06-09
| | | | The factor language should be built only on x86_64 machines.
* factor-lang: Init at 0.98Rahul Gopinath2016-06-08
Factor is a concatenative, stack-based programming language.