summaryrefslogtreecommitdiffstats
path: root/pkgs/games/adom
AgeCommit message (Collapse)Author
2022-09-30adom: mark brokensuperherointj
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Reilly
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2018-05-03treewide: remove platform assertionsMatthew Bauer
linux: readd assertion
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-07-28adom: get rid of unneeded processNikolay Amiantov
2015-07-28adom: use another mirrorNikolay Amiantov
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-08-24Fix tarball buildEelco Dolstra
2014-08-18adom: various fixesVladimír Čunát
- make chrooted download work - add shebang - nix style and meta conventions
2014-07-16adom: add famous rogue-like gameSergey Mironov