about summary refs log tree commit diff
path: root/pkgs/tools/graphics/yaxg
Commit message (Collapse)AuthorAge
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* yaxg: init at 2018-07-20Sage2018-07-25
* yaxg: init at 2018-07-20 * yaxg: replaced makeWrapper with wrapProgram * yaxg: Fixed version number and some formatting