summary refs log tree commit diff
path: root/pkgs/games/brogue
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson1-1/+1
One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
2016-09-24brogue: disable fortify hardening to fix runtime errorFranz Pletz1-1/+1
See #18888.
2016-09-24brogue: fix crash by stackprotector hardening (#18888)Profpatsch1-0/+3
2016-08-23treewide: Make explicit that 'dev' output of SDL is usedTuomas Tynkkynen1-1/+1
2016-05-07brogue: init at 1.7.4Sven Keidel1-0/+35
with fixups by joachifm: - Correct license (AGPL-3) - Removed redundant build input - Cleanup description Closes #15244