Commit graph

137 commits

Author SHA1 Message Date
Lluís Batlle i Rossell 660203213f Fixing xmoto for x86_64-linux, taking a patch from Debian
svn path=/nixpkgs/trunk/; revision=19081
2009-12-23 18:34:46 +00:00
Michael Raskin 6a513f169d Adding liquidwar6
svn path=/nixpkgs/trunk/; revision=18996
2009-12-16 16:06:30 +00:00
Michael Raskin 3871c1ebd2 Update xboard
svn path=/nixpkgs/trunk/; revision=18870
2009-12-10 06:55:12 +00:00
Lluís Batlle i Rossell 7ac3ee0800 Updating supertuxkart.
svn path=/nixpkgs/trunk/; revision=18576
2009-11-23 23:12:27 +00:00
Michael Raskin d9aae7cb65 Adding JAMP game..
svn path=/nixpkgs/trunk/; revision=18454
2009-11-19 12:10:23 +00:00
Eelco Dolstra 7f5b839524 * Removed selectVersion. There's no good reason to write
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
  packages.
* Renamed several files to `default.nix'.  As a general rule, version
  numbers should only be included in the filename when there is a
  reason to keep multiple versions of a package in Nixpkgs.
  Otherwise, it just makes it harder to update the package.

svn path=/nixpkgs/trunk/; revision=18403
2009-11-18 09:39:59 +00:00
Eelco Dolstra 802fa4ba0b * Remove sumArgs and its few remaining uses. Idem for composedArgs.
svn path=/nixpkgs/trunk/; revision=18388
2009-11-17 15:26:22 +00:00
Lluís Batlle i Rossell 96b4174b5a Fixing the neverball expression: it relied on having a /homeless-shelter
svn path=/nixpkgs/trunk/; revision=18301
2009-11-08 22:35:19 +00:00
Lluís Batlle i Rossell d5f36f16c1 Fixing a problem in the neverball build about paths, that I did not notice until
I run it.

svn path=/nixpkgs/trunk/; revision=18221
2009-11-06 19:25:54 +00:00
Lluís Batlle i Rossell 005bf71e51 Updating neverball. That required adding physfs.
svn path=/nixpkgs/trunk/; revision=18220
2009-11-06 19:25:45 +00:00
Andres Löh 1114086eba Version bump for MazesOfMonad.
svn path=/nixpkgs/trunk/; revision=18191
2009-11-06 10:30:51 +00:00
Lluís Batlle i Rossell 0c4c01f6c9 Adding bsdgames and miscfiles (this later, for 'words')
I could not easily make some bsdgames build or install. Too much patching
against the installer trying to write beyond the nix store.

svn path=/nixpkgs/trunk/; revision=17971
2009-10-26 23:03:36 +00:00
Ludovic Courtès f03f8d0952 GNU Ball-and-Paddle: Don't build on {Cyg,Dar}.
svn path=/nixpkgs/trunk/; revision=17206
2009-09-16 15:12:26 +00:00
Michael Raskin 125600079d Updating XMoto (and adding some functionality to upstream tracking system)
svn path=/nixpkgs/trunk/; revision=17100
2009-09-13 18:31:33 +00:00
Andres Löh 3194a76689 Added LambdaHack package.
svn path=/nixpkgs/trunk/; revision=16706
2009-08-13 13:23:01 +00:00
Michael Raskin a42b80d221 Adding OpenLieroX
svn path=/nixpkgs/trunk/; revision=16617
2009-08-08 18:18:33 +00:00
Ludovic Courtès 179c9415db GNU Ball and Paddle 0.8.1.
svn path=/nixpkgs/trunk/; revision=16410
2009-07-16 21:38:30 +00:00
Eelco Dolstra 9611cf2048 * Refactoring.
svn path=/nixpkgs/trunk/; revision=16269
2009-07-09 10:47:17 +00:00
Michael Raskin 3f036ae7ce SGT Puzzles tarball changed back (!).
svn path=/nixpkgs/trunk/; revision=15858
2009-06-05 08:34:30 +00:00
Michael Raskin 859359c026 Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely
svn path=/nixpkgs/trunk/; revision=15857
2009-06-05 06:54:17 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Lluís Batlle i Rossell 24b76784e1 Adding trackballs
svn path=/nixpkgs/trunk/; revision=15625
2009-05-16 23:14:37 +00:00
Andres Löh cd7dba4f0b Some Haskell library updates.
svn path=/nixpkgs/trunk/; revision=15621
2009-05-15 18:52:55 +00:00
Sander van der Burg 2c0ef01583 The CON file is not mandatory for running Duke
svn path=/nixpkgs/trunk/; revision=15607
2009-05-14 19:52:19 +00:00
Eelco Dolstra 120a82d7b9 * NASM: updated to the latest version.
* eduke: needs NASM on i686-linux.

svn path=/nixpkgs/trunk/; revision=15604
2009-05-14 14:42:20 +00:00
Sander van der Burg 1cfc364e98 Fixed wrapper script to use environment variables from the user profile
svn path=/nixpkgs/trunk/; revision=15602
2009-05-14 14:05:38 +00:00
Sander van der Burg 16ffeaead6 Added EDuke32 package to celebrate the moment that 3DRealms is dead and Duke Nukem Forever is never going to be released
svn path=/nixpkgs/trunk/; revision=15601
2009-05-14 13:48:45 +00:00
Michael Raskin 0b4b21325f Properly create save directory for zangband
svn path=/nixpkgs/trunk/; revision=15576
2009-05-12 17:27:00 +00:00
Michael Raskin fed0f330e7 Fix nethack/zangband wrappers
svn path=/nixpkgs/trunk/; revision=15575
2009-05-12 16:03:10 +00:00
Michael Raskin d59710a58c Fix construo build
svn path=/nixpkgs/trunk/; revision=15573
2009-05-12 16:00:58 +00:00
Eelco Dolstra 89aa70112a * Better not use stdenv.coreutils, since not every stdenv has a coreutils.
svn path=/nixpkgs/trunk/; revision=15564
2009-05-12 09:45:24 +00:00
Michael Raskin 95d28d5247 Adding nethack
svn path=/nixpkgs/trunk/; revision=15560
2009-05-12 04:27:10 +00:00
Michael Raskin 1da8871ffa Adding zangband
svn path=/nixpkgs/trunk/; revision=15559
2009-05-12 04:26:52 +00:00
Michael Raskin 0d0541458e Update SGT puzzles
svn path=/nixpkgs/trunk/; revision=15533
2009-05-10 19:38:26 +00:00
Michael Raskin a14cede3c2 Fix includes for construo
svn path=/nixpkgs/trunk/; revision=15532
2009-05-10 19:37:27 +00:00
Armijn Hemel 7445bc765c update python to 2.5.4
update scummvm to 0.13.1

svn path=/nixpkgs/trunk/; revision=15414
2009-04-30 14:01:25 +00:00
Eelco Dolstra 914f2d6cf6 * Last sync.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15320
2009-04-26 17:21:58 +00:00
Michael Raskin b3d965858b Update xmoto
svn path=/nixpkgs/trunk/; revision=15319
2009-04-26 17:00:10 +00:00
Eelco Dolstra 7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Lluís Batlle i Rossell a81a4cfd6e Added Scorched3D.
svn path=/nixpkgs/trunk/; revision=15108
2009-04-16 22:50:36 +00:00
Lluís Batlle i Rossell 9471c2f7db Adding the simple port of hexen.
svn path=/nixpkgs/trunk/; revision=15046
2009-04-14 22:25:14 +00:00
Lluís Batlle i Rossell 035b95a4de Adding Kobo Deluxe.
svn path=/nixpkgs/trunk/; revision=15045
2009-04-14 22:25:03 +00:00
Lluís Batlle i Rossell 9c827683d9 Updating neverball version.
svn path=/nixpkgs/trunk/; revision=15044
2009-04-14 22:24:52 +00:00
Lluís Batlle i Rossell 90655e7414 Updating supertuxkart, and making it install the binary to /bin instead of /games
svn path=/nixpkgs/trunk/; revision=15043
2009-04-14 21:01:29 +00:00
Lluís Batlle i Rossell 182513d1c5 Making neverball not complain on libgcc_s.so.1.
svn path=/nixpkgs/trunk/; revision=15042
2009-04-14 21:01:23 +00:00
Lluís Batlle i Rossell 08a1042318 Adding neverball 1.5.0, which comes with neverputt. Fun.
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Armijn Hemel 67cbb2c3fb update to 0.13.0
svn path=/nixpkgs/trunk/; revision=14288
2009-03-01 00:48:25 +00:00
Lluís Batlle i Rossell 5b3759c30d Adding zdoom.
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00