summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* trackballs: 1.2.3 -> 1.2.4Joerg Thalheim2017-11-13
|
* anki: fix package nameOrivej Desh2017-11-13
|
* anki: Enable tests (#31582)adisbladis2017-11-13
| | | | | | | | * anki: Enable tests Convert package to use buildPythonApplication instead of mkDerivation * anki: ignore tests via pytest arguments
* Merge pull request #31581 from adisbladis/anki-bs3Samuel Leathers2017-11-12
|\ | | | | anki: Switch dependency to beautifulsoup-3
| * anki: Switch dependency to beautifulsoup-3adisbladis2017-11-13
| | | | | | | | | | The current upstream development version is using 4 but the release version is still using 3.
* | Merge pull request #16683 from rardiol/cataclysm-dda-git2Renaud2017-11-12
|\ \ | | | | | | cataclysm-dda-git: init at 2017-07-12
| * | cataclysm-dda-git: init at 2017-07-12Ricardo Ardissone2017-07-12
| | |
* | | braincurses: init at 1.1.0Robert Schütz2017-11-12
| |/ |/|
* | sgt-puzzles: 20170228.1f613ba -> 20171029.69773d8Michael Raskin2017-11-11
| |
* | steam: add /steamrt/run.shNikolay Amiantov2017-11-11
| | | | | | | | | | | | | | This is needed for Steam Beta which expects run.sh to print runtime library paths. Fixes #31384.
* | Merge pull request #31480 from DIzFer/steam-borderlands-fixOrivej Desh2017-11-10
|\ \ | | | | | | steam-chrootenv: add iana-etc, fixes #25443
| * | steam-chrootenv: add iana-etc, fixes #25443David Izquierdo2017-11-10
| | |
* | | freeciv: 2.5.7 -> 2.5.9Evan Wallace2017-11-10
|/ /
* | anki: Fix hash of the source tarballaszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Searching the web for the base-16 encoded hash of the one we have in the Nix expression didn't give any results and I also couldn't find the older tarball anywhere (even the mirrors I've checked don't have it). So checking the updated hash I've found that other distros use this, so I'd bet it's safe to do this. I've tested building the package but I didn't do any runtime test. Signed-off-by: aszlig <aszlig@nix.build> Cc: @the-kenny
* | Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson2017-11-08
|\ \ | | | | | | treewide: Introduce stdenv.cc.bintools
| * | 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.
* | | uqm: Remove the -lgcc_s hackaszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | This is no longer needed and I've verified this by building and running the game. Signed-off-by: aszlig <aszlig@nix.build>
* | | uqm: Fix build against glibc 2.26aszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've bisected the introduction of the build failure to be the glibc 2.26 upgrade with commit 9bb67d5c1e546968fa3d195f0bcad82414243566. At first I was somewhat stumped why an glibc update could cause undeclared identifiers, but after looking at the changes of glibc and the source code of The Ur-Quan Masters the problem quickly turned out to be this very change: https://sourceware.org/git/?p=glibc.git;a=commit;h=7b037c095e31c2396d0a9b0e6356bc566ee4812f So string.h now in turn includes strings.h, which in theory wouldn't be a problem. However, both strings.h and the strings.h in the uqm source code use constant _STRINGS_H, which causes the glibc strings.h to be included but the one from uqm basically includes an empty file. Signed-off-by: aszlig <aszlig@nix.build>
* | | uqm: Clean up package expression styleaszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only functional change here is that I've dropped unzip, because that dependency doesn't seem to be necessary at all. Despite the broken build state I've tried building and running The Ur-Quan Masters with an older nixpkgs revision and it works fine. Other than that there are no references in the source code for unzip except in the binary installer and some of the INSTALL files. The reason why I'm removing the "with pkgs.lib;" is that it makes it easier to quickly check for errors with "nix-instantiate --parse". Signed-off-by: aszlig <aszlig@nix.build> Cc: @jcumming
* | | Merge pull request #30919 from adisbladis/pythonPackages-cleanupFrederik Rietdijk2017-11-06
|\ \ \ | | | | | | | | WIP: Python packages cleanup
| * | | anki: Depend on pythonPackages.beautifulsoup4 instead of ↵adisbladis2017-10-30
| |/ / | | | | | | | | | pythonPackages.beautifulsoup
* | | Merge pull request #31324 from srhb/openra-python-binpathFrederik Rietdijk2017-11-06
|\ \ \ | | | | | | | | openra: Add python to bin PATH, fixing launcher
| * | | openra: Add python to bin PATH, fixing launcherSarah Brofeldt2017-11-06
| |/ /
* | | arx-libertatis: 2017-02-26 -> 2017-10-30rnhmjoj2017-11-05
| | |
* | | torcs: fix libGL when the OS uses non-mesaVladimír Čunát2017-11-05
| | | | | | | | | | | | Fixes OP of issue #30749.
* | | openrct2: fix buildPiotr Bogdan2017-11-04
|/ /
* | Merge pull request #30453 from dtzWill/fix/robotfindskittenJoachim F2017-10-29
|\ \ | | | | | | robotfindskitten: install req'd data and put bin in $out/bin
| * | robotfindskitten: install req'd data and put bin in $out/binWill Dietz2017-10-15
| | |
* | | tbb: 4.4-u2 -> 2018_U1, merge with libtbbNikolay Amiantov2017-10-29
| | | | | | | | | | | | Remove libtbb derivation as a duplicate.
* | | dwarf-fortress-packages.dfhack: add stoneSense supportHerwig Hochleitner2017-10-28
| | |
* | | dwarf-fortress-packages.soundSense: init 2016-1_196Herwig Hochleitner2017-10-28
| | |
* | | dwarf-fortress-packages.dwarf-therapist: update for df 43.05Herwig Hochleitner2017-10-28
| | | | | | | | | | | | | | | | | | | | | Similar to the LNP, we use Hello71's fork, which features support for the (first 64bit) version 43.05 of Dwarf Fortress. http://dffd.bay12games.com/file.php?id=12762
* | | steam-runtime-wrapped: switch curl to use gnutlsDavid Izquierdo2017-10-28
| | |
* | | steam-runtime-wrapped: add libtbbDavid Izquierdo2017-10-28
| | |
* | | duckmarines: 1.0b => 1.0cMichiel Leenaars2017-10-27
| | |
* | | qtbase: Make some output references more explicitTuomas Tynkkynen2017-10-24
| | |
* | | meritous: init at 1.4Alex Vorobiev2017-10-24
| | |
* | | Merge pull request #30696 from pbogdan/torcs-fix-buildJoachim F2017-10-23
|\ \ \ | | | | | | | | torcs: fix build & cleanups
| * | | torcs: clean up compiler warningsPiotr Bogdan2017-10-22
| | | |
| * | | torcs: re-enable -Wformat hardeningPiotr Bogdan2017-10-22
| | | |
| * | | torcs: fix build with gcc6Piotr Bogdan2017-10-22
| | | |
* | | | 0ad: fix homepage URLVincent Laporte2017-10-22
| | | |
* | | | openra: 20161019 -> 20171014Nikolay Amiantov2017-10-19
|/ / / | | | | | | | | | Closes #30581.
* | | Merge branch 'staging'Nikolay Amiantov2017-10-19
|\ \ \
| * | | bastet: fix build with new boostNikolay Amiantov2017-10-18
| | | |
* | | | Merge pull request #30409 from geistesk/openrct2Jörg Thalheim2017-10-18
|\ \ \ \ | |/ / / |/| | | openrct2: init at 0.1.1
| * | | openrct2: init at 0.1.1geistesk2017-10-16
| |/ /
* / / steam-run-native: initNikolay Amiantov2017-10-16
|/ / | | | | | | | | Refactor Steam so that native steam-run can be built as a free package and expose it so that Hydra builds needed i686 packages.
* | zod: Fix buildTuomas Tynkkynen2017-10-12
| |
* | pingus, quirc: fix pkgconfig passingMichael Raskin2017-10-10
| |