about summary refs log tree commit diff
path: root/pkgs/games/zangband
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-11-11zangband: 2.7.3 -> 2.7.4bEdward Tjörnhammar1-13/+9
With minor fixups but marking as broken since the game doesn't progress after character generation.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-01-30zagband: use mkDerivationRobin Gloster1-21/+22
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-1/+1
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-7/+7
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-05-12Properly create save directory for zangbandMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=15576
2009-05-12Fix nethack/zangband wrappersMichael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=15575
2009-05-12* Better not use stdenv.coreutils, since not every stdenv has a coreutils.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=15564
2009-05-12Adding zangbandMichael Raskin1-0/+61
svn path=/nixpkgs/trunk/; revision=15559