about summary refs log tree commit diff
path: root/pkgs/development/interpreters/jimtcl
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25jimtcl: Fix cross compilation and allow disable of SDLKarel Kočí1-4/+11
Jimtcl is dependency of OpenOCD that does not need SDL. For some embedded systems it is beneficial to not pull in graphics related dependencies to reduce the size. The second reason is that right now SDL_gfx is not cross compiling and thus OpenOCD can't be cross compiled either. This also fixes cross compilation of Jimtcl itself. The attempt to cross compile resulted in: No installed jimsh or tclsh, building local bootstrap jimsh0 The solution here is to add jimtcl to native build dependencies in case of cross compilation.
2023-03-07jimtcl: 0.81 -> 0.82Francesco Gazzetta1-7/+10
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-03-23jimtcl: add fgaz to maintainersFrancesco Gazzetta1-1/+1
2022-03-23jimtcl: 0.79 -> 0.81Francesco Gazzetta1-8/+19
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob1-5/+5
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-01jimtcl: 0.78 -> 0.79R. RyanTM1-6/+24
* jimtcl: 0.78 -> 0.79 (#74408) * jimtcl: enable new json extension and run tests + build shared to reduce closure size
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-13jimtcl: 0.77 -> 0.78 (#44762)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jimtcl/versions.
2017-02-11jimtcl: 0.76 -> 0.77Rahul Gopinath1-5/+9
2016-09-01jimtcl: fix buildKranium Gikos Mendoza1-6/+2
2016-06-22jimtcl: 0.75 -> 0.76Rahul Gopinath1-8/+17
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2014-09-12jimtcl: add dbohdan as maintainerDanyil Bohdan1-0/+1
2014-09-09jimtcl: remove end dot from descriptionDanyil Bohdan1-1/+1
2014-09-09Add Jim Tcl interpreterDanyil Bohdan1-0/+31