about summary refs log tree commit diff
path: root/pkgs/games/angband
AgeCommit message (Collapse)AuthorFilesLines
2022-09-13angband: add kenran to maintainersJohannes Maier1-1/+1
2022-06-29maintainers: remove chatteredajs1241-1/+1
no github account linked
2022-06-11angband: add SDL2 frontendJohannes Maier1-2/+15
This makes it possible to compile Angband against SDL2 (and its other libraries) to have a graphical frontend available, with tiles and sound. The default remains ASCII-only Angband; enable SDL2 by using an override. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-25angband: 4.2.3 -> 4.2.4R. Ryantm1-2/+2
2021-08-08angband: 4.2.2 -> 4.2.3 (#132372)R. RyanTM1-3/+3
Co-authored-by: Artturi <Artturin@artturin.com>
2021-03-15angband: 4.2.1 -> 4.2.2R. RyanTM1-2/+2
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-06-08angband: 4.2.0 -> 4.2.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: installFlags is a listRobin Gloster1-1/+1
2019-08-18Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-17angband: 4.1.3 -> 4.2.0R. 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/angband/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-09angband: 4.1.2 -> 4.1.3 (#44801)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/angband/versions.
2018-02-24angband: 4.0.5 -> 4.1.2Ryan Mulligan1-2/+2
Semi-automatic update; builds on NixOS
2017-01-14angband: pin to ncurses5 to fix buildRobin Gloster1-3/+3
2016-05-01angband: cleanupsJoachim Fasting1-12/+13
2016-05-01angband: init at version 4.0.5Phil Scott1-0/+23