summary refs log tree commit diff
path: root/pkgs/games/nethack
Commit message (Collapse)AuthorAge
* nethack: wrapQtApp only in qtModeMarek Mahut2019-07-28
| | | | Regression introduced in #54525, tracked in #65399.
* wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|
* nethack: 3.6.1 -> 3.6.2Chris Rendle-Short2019-05-10
| | | | | | Notes: - libXpm added as a new dependency for nethack-x11. - moc path fixed for nethack-qt.
* nethack: only install dlb for text-modeLinus Heckemann2018-09-20
|
* nethack: add bdftopcf for GUIsLinus Heckemann2018-09-20
|
* nethack: document cross-compilation fixLinus Heckemann2018-09-20
|
* nethack: enable cross-compilationLinus Heckemann2018-09-20
| | | | also parallel building
* nethack: remove build-time dependency on qtLinus Heckemann2018-09-19
| | | | Unless qtMode is enabled :)
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* nethack: remove debug symbolsMatthew Bauer2018-08-08
| | | | These were adding gcc to the closure
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* nethack: add qt plugin wrapperFranz Pletz2018-07-15
|
* nethack: add qt support on linuxGuanpeng Xu2018-07-15
|
* nethack: nethack-x11 package creatednonfreeblob2018-06-30
| | | | | | If x11Mode is false, ncurses NetHack version will be built (nethack). If x11Mode is true, x11 NetHack version will be built (nethack-x11). NetHack DevTeam provide x11 version support only for Linux.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* nethack: 3.6.0 -> 3.6.1Raymond Hogenson2018-06-09
|
* nethack: Fix platform logicJohn Ericson2018-03-12
|
* treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* nethack: add utils to pathNikolay Amiantov2017-04-10
|
* nethack: include xlogfile as copied file in nethackuserdirSheena Artrip2016-06-03
|
* nethack: fix darwin supportMatthew Bauer2016-02-28
|
* nethack: fix the last-minute fixNikolay Amiantov2015-12-08
|
* nethack: 3.4.3 -> 3.6.0Nikolay Amiantov2015-12-08
| | | | I think a decade has passed ^_^
* nethack: update, adoptNikolay Amiantov2015-07-28
|
* * "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
* Fix nethack/zangband wrappersMichael Raskin2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15575
* Adding nethackMichael Raskin2009-05-12
svn path=/nixpkgs/trunk/; revision=15560