about summary refs log tree commit diff
path: root/pkgs/games/gtypist
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02gtypist: fix new clangStanisław Pitucha1-0/+2
New clang defaults to C standard higher than 89. Gtypist fails to compile with that. Explicitly set gnu89 when compiling instead.
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2016-06-04gtypist: darwin compatibility (#15975)Nick Novitski1-3/+4
2014-09-08gtypist: update from 2.9.4 to 2.9.5 and fix typefortunePascal Wittmann1-9/+15
also adopted it and set platforms to linux
2014-03-03gtypist: update from 2.9.3 to 2.9.4Peter Simons1-3/+3
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-07-19gtypist: update to 2.9.3 and fix the patchCillian de Róiste1-7/+4
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin1-1/+1
possible
2013-03-22gtypist: fix patch hashMathijs Kwik1-1/+1
2012-03-18gtypist, typing tutorMathijs Kwik1-0/+23
Now all I need is time to practise :) svn path=/nixpkgs/trunk/; revision=33228