summary refs log tree commit diff
path: root/pkgs/games/brogue
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* brogue: add .desktop file and iconChris Rendle-Short2019-04-22
| | | | | | Add XDG .desktop file and icon. Note that the .desktop file included in the source archive is not used because it uses unsuitable paths and refers to an old version of the game.
* brogue: 1.7.4 -> 1.7.5 (#47830)R. RyanTM2018-10-05
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/brogue/versions
* treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson2017-11-05
| | | | | One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
* brogue: disable fortify hardening to fix runtime errorFranz Pletz2016-09-24
| | | | See #18888.
* brogue: fix crash by stackprotector hardening (#18888)Profpatsch2016-09-24
|
* treewide: Make explicit that 'dev' output of SDL is usedTuomas Tynkkynen2016-08-23
|
* brogue: init at 1.7.4Sven Keidel2016-05-07
with fixups by joachifm: - Correct license (AGPL-3) - Removed redundant build input - Cleanup description Closes #15244