summary refs log tree commit diff
path: root/pkgs/games/zangband
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* zangband: 2.7.3 -> 2.7.4bEdward Tjörnhammar2018-11-11
| | | | | With minor fixups but marking as broken since the game doesn't progress after character generation.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* zagband: use mkDerivationRobin Gloster2016-01-30
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Properly create save directory for zangbandMichael Raskin2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15576
* Fix nethack/zangband wrappersMichael Raskin2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15575
* * Better not use stdenv.coreutils, since not every stdenv has a coreutils.Eelco Dolstra2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15564
* Adding zangbandMichael Raskin2009-05-12
svn path=/nixpkgs/trunk/; revision=15559