summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Updating XBoard to 4.7.2Michael Raskin2013-10-20
|
* Adding an attribute for the gtk freeciv too.Lluís Batlle i Rossell2013-10-20
|
* freeciv: update to 2.4.0Lluís Batlle i Rossell2013-10-20
|
* Merge pull request #1050 from bjornfor/flightgearMichael Raskin2013-10-20
|\ | | | | flightgear: 2.10.0 -> 2.12.0 (and make it run again)
| * flightgear: 2.10.0 -> 2.12.0 (and make it run again)Bjørn Forsman2013-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current FlightGear expression doesn't work: bash$ nix-build -A flightgear /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0 bash$ ./result/bin/fgfs ERROR: The path '/nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear' does not exist in the file system. Base package check failed: Version [none] found at: /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear Version 2.10.0 is required. Please upgrade/downgrade base package and set the path to your fgdata with --fg-root=path_to_your_fgdata We could probably make the 2.10.0 version run, but I had already upgraded it to 2.12.0 before I made it work. It seems only the data dir configuration was wrong/missing: FG_DATA_DIR="$out/share/FlightGear/". Simgear must be in version sync with flightgear, hence the upgrade. Most of the diff is because I rewrote the flightgear expression to what I think is the "new style". I wanted to add a preConfigure phase but didn't understand why this expression had custom phases. So I just rewrote the whole thing to something I consider more readable.
* | i686 support for GSBJack Cummings2013-10-19
| |
* | Gratuitous Space Battles. Needs libcurl.so.3, so put an old version of that ↵Jack Cummings2013-10-19
| | | | | | | | in, too
* | sdlmame: add expressionJason "Don" O'Conal2013-10-12
| |
* | dwarf-therapist: New packageMoritz Ulrich2013-10-10
| | | | | | | | | | | | | | Dwarf Therapist is a tool to manage your Dwarves' work orders and other management stuff. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* | dwarf-fortress: Update to 0.34.11.Moritz Ulrich2013-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow Dwarf Fortress suddenly started failing to use our libpng (or zlib). I tried all possible combinations (supplying them via LD_LIBRARY_PATH in the script) but it just won't work. This solution was found in the Archlinux bug tracker: It just symlinks all problematic .png files to their .bmp counterparts. It's ugly and *sadly* breaks tileset support (unless you convert them to bmp) but I think it's acceptable, as the whole expression is pretty problematic in terms of purity. Let's hope the next release of Dwarf Fortress will be easier to support. (fixes #710)
* | Disable some packages that don't buildEelco Dolstra2013-10-08
| |
* | Fix a bunch of Hydra evaluation errorsEelco Dolstra2013-10-07
|/
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* OpenTTD: 1.3.2 & some coding-style fixes.Moritz Ulrich2013-09-29
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* anki: 2.0.3 -> 2.0.12Domen Kožar2013-09-22
|
* haskell-LambdaHack: update to version 0.2.8Peter Simons2013-09-22
|
* My attempt to get Steam working in NixOS. It uses a function called ↵Sander van der Burg2013-09-13
| | | | buildFHSChrootEnv {} that composed chroot environments. In such a chroot environment, I could run Steam without much problem
* beret: Fix build on darwin (close #923)Jason \"Don\" O'Conal2013-09-08
|
* vessel: Don't build on HydraEelco Dolstra2013-08-28
| | | | http://hydra-test.nixos.org/build/5822528
* wesnoth: fix build, minor update, parallel buildsVladimír Čunát2013-08-27
| | | | | Yes, games are the most important things in nixpkgs... not that I actually plan to play it anytime soon ;-)
* instead: version 1.9.1, icon, .desktop, few more gamesSergey Mironov2013-08-18
| | | | | | | Instead is a textquest game engine. Games are located at http://instead-games.sourceforge.net/ http://instead-games.ru/
* unmaintain several packagesLudovic Courtès2013-08-16
|
* uqm: Add myself to the maintainers list.aszlig2013-08-15
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uqm: Symlink addons and packages.aszlig2013-08-15
| | | | | | | | Copying these over to the output path of the main derivation will just unnecessarily blow up the size of it with files we already have in the store anyway. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uqm: Add an option to use the remix packs.aszlig2013-08-15
| | | | | | | | The remix packs are a collection of newly remixed versions of the old music from the PC/3DO versions. By using useRemixPacks these are fetched as well and added to the game. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uqm: Convert base16 SHA256 hashes to base32.aszlig2013-08-15
| | | | | | We want to have shorter SHAs, don't we? :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uqm: Switch to using fetchurl for uqm3donix.aszlig2013-08-15
| | | | | | | As we now have a tagged first release, it really doesn't make sense to introduce additional dependencies by using fetchgit. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uqm: Update video extractor to latest Git version.aszlig2013-08-14
| | | | | | | | This updates the 3DO video extractor to the latest Git version, which should fix a too restrictive dependency on base which leads to it not compiling with current nixpkgs. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Steam: fix and update to 1.0.0.39Evgeny Egorochkin2013-08-10
|
* steam: add flashplayer plugin support.Carles Pagès2013-08-10
| | | | | | | | | | | | | The videos work, but there is a problem with sound: ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /nix/store/9z51hr9l19vdhgmqd60jwwrg6ny5md2d-alsa-plugins-1.0.26/lib/alsa-lib/libasound_module_pcm_pulse.so It tries to open a 64bit plugin, which obviously fails. I think this depends on /etc/asound.conf, but I'm not sure how to fix it. Regardless of the problem, in one computer I tried the sound works but other apps cannot output sound. In another, the sound doesn't work and other apps continue working as normal.
* steam: revert adding amd64 version.Carles Pagès2013-08-10
| | | | | It turns out that the .deb only contains the changelog and some other docs. Revert back to using the i686 version, but keep the double url for the future.
* steam: add amd64 version and point url to fix version (as suggested by aristid).Carles Pagès2013-08-10
| | | | | Valve has a repository with fixed version packages, so use that instead of the steam.deb I was using. They also have amd64 packages there.
* steam: update to 1.0.0.28Carles Pagès2013-08-10
|
* steam: create some missing symlinks in the script.Carles Pagès2013-08-10
| | | | | In the original script it says they are temporary, but without those simlinks Osmos and others fail to start with SteamAPI_Init() failed.
* steam: create proper symlinks in $HOME/.steamCarles Pagès2013-08-10
|
* steam: add libXdmcp to dependencies.Carles Pagès2013-08-10
| | | | I must have been blind. libXdmcp is in nixpkgs, contrary to what I said.
* steam: update to 1.0.0.27Carles Pagès2013-08-10
| | | | | It needed some more sed'ing and more deps. It's still not working as I seem to need libXdmcp which is not in nixpkgs.
* steam: update to 1.0.0.21.Carles Pagès2013-08-10
| | | | | I also updated the patches for the bootsrapper script and fixed a typo, but didn't test anything.
* steam: add mesa to library path.Carles Pagès2013-08-10
| | | | Mesa is needed for Superbrothers: S&S EP, which links to libGLU.
* steam: workaround segfault at startup.Carles Pagès2013-08-10
| | | | | I don't know why, if I call ld-linux.so.2 to launch the game, it segfaults, so I renamed it to ld.so.
* steam: update to 1.0.0.18.Carles Pagès2013-08-10
| | | | | | | | I forgot in the previous commit to update the version as I had changed the tarball hash. I also modified a bit the launcher script, since xz should only be needed by the installer.
* steam: bypass valve's bootstrapper.Carles Pagès2013-08-10
| | | | | | | | | Since there is no way to modify either steam.sh or the steam binary as they are hash checked, I took the approach of bypassing steam.sh and create a script that does its job. For now it segfaults, but when I try to run under strace, it works perfectly. Need to check this.
* steam: add all the missing dependancies.Carles Pagès2013-08-10
| | | | | Calling their steam script still segfaults, but I managed to run it from the shell with all these deps in the lib path.
* steam: add glibc215 to the wrapper.Carles Pagès2013-08-10
|
* Steam: add patch for user stuff and lib paths to wrapProgram.Carles Pagès2013-08-10
| | | | | | The binaries that get copied to $HOME need patchelf to run, and after that I need all the runtime libs in the library path. Still not working as I need glibc2.15.
* Steam: first attempt at adding the beta client.Carles Pagès2013-08-10
| | | | | | The script installed with this expression only copies a boostrapper and another script to the user's home folder. Those also need to be patched to get on with the installation.
* gtypist: update to 2.9.3 and fix the patchCillian de Róiste2013-07-19
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin2013-07-14
|