Eelco Dolstra
37f707fd92
* Removed Darcs 1.x.
...
* Updated Darcs to 2.2.1 and switched to the Cabal builder. However,
there are some dependencies missing that Andres will add :-)
svn path=/nixpkgs/trunk/; revision=15128
2009-04-18 15:42:59 +00:00
Eelco Dolstra
baad5d7cb4
* GHC setup hook: don't generate wrappers around ghc etc., instead
...
set GHC_PACKAGE_PATH.
* Let Cabal generate a package configuration file
($out/nix-support/ghc-package.conf) instead of a registration
script.
svn path=/nixpkgs/trunk/; revision=15127
2009-04-18 15:23:00 +00:00
Eelco Dolstra
9c509e2583
* Build wget with support for https.
...
svn path=/nixpkgs/trunk/; revision=15126
2009-04-18 14:11:35 +00:00
Eelco Dolstra
cee387e845
* Move the composition of Haskell packages out of all-packages.nix
...
into haskell-packages.nix, which depends on an instance of GHC.
This allows a consistent set of packages to be built with the same
GHC. For instance,
$ nix-build -A haskellPackages_ghc683.xmonad
builds xmonad and all its dependencies with GHC 6.8.3, while
$ nix-build -A haskellPackages_ghc6102.xmonad
does the same with GHC 6.10.2. This is the same technique used with
kernelPackages. It also means that we don't need things like
"cabal682" and "cabal683" anymore.
* The setup hook is now in a separate wrapper package so that we don't
have to recompile all of GHC every time we want to make a small
change.
* cinelerra: this package appears to have an accidental dependency on
the "X11" Haskell package.
svn path=/nixpkgs/trunk/; revision=15125
2009-04-18 12:47:11 +00:00
Lluís Batlle i Rossell
98f6f77709
Adding a folding-at-home client.
...
svn path=/nixpkgs/trunk/; revision=15122
2009-04-17 20:36:54 +00:00
Eelco Dolstra
95a472cd55
* Doh.
...
svn path=/nixpkgs/trunk/; revision=15121
2009-04-17 19:46:28 +00:00
Eelco Dolstra
6f2da398be
* Revert to GHC 6.10.1 binary for bootstrapping GHC 6.10.2 at Andres'
...
suggestion. It's good to use an older GHC for bootstrapping because
old versions can build newer versions but not vice versa.
svn path=/nixpkgs/trunk/; revision=15120
2009-04-17 19:43:05 +00:00
Ludovic Courtès
77f1001802
Build Hugin on Hydra.
...
svn path=/nixpkgs/trunk/; revision=15118
2009-04-17 17:36:48 +00:00
Sander van der Burg
dc192d36fe
Added iso-codes package
...
svn path=/nixpkgs/trunk/; revision=15117
2009-04-17 15:08:14 +00:00
Sander van der Burg
006c5d5120
Added iso-codes package
...
svn path=/nixpkgs/trunk/; revision=15116
2009-04-17 14:58:26 +00:00
Peter Simons
047f6d20d5
Updated CMake to version 2.6.3.
...
svn path=/nixpkgs/trunk/; revision=15114
2009-04-17 13:48:22 +00:00
Peter Simons
2796d3a185
Updated fixCmakeFiles to handle file paths that contain whitespace.
...
svn path=/nixpkgs/trunk/; revision=15113
2009-04-17 13:48:11 +00:00
Ludovic Courtès
5bed8bd9e1
Add simplejson, a JSON encoded/decoded for Python.
...
svn path=/nixpkgs/trunk/; revision=15110
2009-04-17 09:06:42 +00:00
Ludovic Courtès
0d067c287b
Add Foolscap, a distributed capability RPC protocol.
...
svn path=/nixpkgs/trunk/; revision=15109
2009-04-16 22:59:14 +00:00
Lluís Batlle i Rossell
a81a4cfd6e
Added Scorched3D.
...
svn path=/nixpkgs/trunk/; revision=15108
2009-04-16 22:50:36 +00:00
Eelco Dolstra
0df122b0ac
* Build GHC 6.8 and 6.10 in Hydra.
...
* Make GHC 6.10.2 the default.
svn path=/nixpkgs/trunk/; revision=15107
2009-04-16 22:06:33 +00:00
Eelco Dolstra
ad07109bba
* Added GHC 6.10.2.
...
svn path=/nixpkgs/trunk/; revision=15106
2009-04-16 22:00:41 +00:00
Eelco Dolstra
3e9cbbc1ba
* Subversion 1.6.1.
...
svn path=/nixpkgs/trunk/; revision=15105
2009-04-16 21:59:55 +00:00
Ludovic Courtès
59db4694f2
Add Nevow, a webby Python thingie.
...
svn path=/nixpkgs/trunk/; revision=15104
2009-04-16 21:48:36 +00:00
Sander van der Burg
37c66308e4
Upgraded arts to 1.5.10
...
svn path=/nixpkgs/trunk/; revision=15103
2009-04-16 20:27:01 +00:00
Lluís Batlle i Rossell
b211399689
Making nvi avoid /var/tmp.
...
svn path=/nixpkgs/trunk/; revision=15102
2009-04-16 20:09:07 +00:00
Eelco Dolstra
dae40d9c62
* GHC apparently works with Perl 5.10 now.
...
svn path=/nixpkgs/trunk/; revision=15101
2009-04-16 19:59:41 +00:00
Eelco Dolstra
902cf75ca6
* The wrapper to set LDPATH to $gmp/lib no longer seems necessary (but
...
the package.conf fixup is).
svn path=/nixpkgs/trunk/; revision=15100
2009-04-16 19:48:11 +00:00
Lluís Batlle i Rossell
4cb42e9647
Adding nvi, another small vi clone.
...
svn path=/nixpkgs/trunk/; revision=15099
2009-04-16 19:28:57 +00:00
Lluís Batlle i Rossell
1ce494d81d
Adding elvis, although I can't see the characters in an xterm with black background
...
svn path=/nixpkgs/trunk/; revision=15098
2009-04-16 19:28:42 +00:00
Lluís Batlle i Rossell
69e566d983
Fixing and updating openal, about rpaths and cmake.
...
svn path=/nixpkgs/trunk/; revision=15097
2009-04-16 19:28:30 +00:00
Eelco Dolstra
7bb9c71aee
* Doh.
...
svn path=/nixpkgs/trunk/; revision=15096
2009-04-16 19:27:14 +00:00
Eelco Dolstra
79cb8d11a6
* editline: renamed to libedit (which seems to be the proper name for
...
the package).
* Removed the old ghc-wrapper, which hasn't been used for a long time.
* Renamed the "boot" GHC to "binary", which is more descriptive.
(They *can* be used for other things than bootstrapping a GHC
source build.)
* Updated the GHC 6.10.1 binary to 6.10.2.
svn path=/nixpkgs/trunk/; revision=15095
2009-04-16 19:25:22 +00:00
Eelco Dolstra
d182df5526
* Disable the GHC setup hook. It's kind of annoying to have to
...
rebuild all of GHC every time the setup hook changes. Thus its
better to factor it out. (After all, the setup hook doesn't have to
be provided by the GHC package proper; it can also be provided by
some helper package.)
svn path=/nixpkgs/trunk/; revision=15094
2009-04-16 18:38:41 +00:00
Eelco Dolstra
405f746280
* More GHC cleanup.
...
svn path=/nixpkgs/trunk/; revision=15093
2009-04-16 18:21:03 +00:00
Eelco Dolstra
27855da0d9
* Put all the GHCs in one directory.
...
svn path=/nixpkgs/trunk/; revision=15092
2009-04-16 18:12:59 +00:00
Eelco Dolstra
49e5575268
* Started cleaning up the GHC support.
...
svn path=/nixpkgs/trunk/; revision=15091
2009-04-16 18:08:09 +00:00
Eelco Dolstra
fb6ccb6355
* Include the kernel version number in the Virtualbox name attribute
...
to disambiguate between the various Virtualbox builds.
svn path=/nixpkgs/trunk/; revision=15087
2009-04-16 13:44:06 +00:00
Eelco Dolstra
32c7cb7a1d
* sdparm: the previous URL was broken.
...
svn path=/nixpkgs/trunk/; revision=15084
2009-04-16 12:23:53 +00:00
Eelco Dolstra
95749f29f0
* Latest Nix unstable.
...
svn path=/nixpkgs/trunk/; revision=15075
2009-04-16 09:06:23 +00:00
Lluís Batlle i Rossell
3569572ce4
Fixing the name of iasl.
...
svn path=/nixpkgs/trunk/; revision=15072
2009-04-16 07:19:31 +00:00
Sander van der Burg
93b2ffcf38
Removed all earlier virtualbox attempts, since they are obsolete now
...
svn path=/nixpkgs/trunk/; revision=15069
2009-04-15 14:34:02 +00:00
Sander van der Burg
871717cd5a
Enabled 32 bit stdenv for virtualbox
...
svn path=/nixpkgs/trunk/; revision=15064
2009-04-15 12:37:57 +00:00
Sander van der Burg
dd3608c0de
Added patchelf instruction in order to compile virtualbox on x86-64
...
svn path=/nixpkgs/trunk/; revision=15063
2009-04-15 12:16:50 +00:00
Eelco Dolstra
2773c38d33
* Updated AUFS to the final revision of the aufs1 codeline. This
...
seems to work fine on Linux 2.6.28.
svn path=/nixpkgs/trunk/; revision=15060
2009-04-15 10:12:51 +00:00
Sander van der Burg
96010823a7
Stole a patch from the cross-lfs project in order to compile dev86 on x86-64 linux
...
svn path=/nixpkgs/trunk/; revision=15056
2009-04-15 09:36:17 +00:00
Lluís Batlle i Rossell
6917fa229d
Fixing the license of google earth according to ludo advices:
...
"There is no google license, we can use the general 'unfree' license metainfo"
svn path=/nixpkgs/trunk/; revision=15052
2009-04-15 09:09:48 +00:00
Lluís Batlle i Rossell
17e7e8be97
Marking google earth as i686-linux only.
...
svn path=/nixpkgs/trunk/; revision=15051
2009-04-15 09:09:45 +00:00
Lluís Batlle i Rossell
77d98fd0a3
Revert "Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)"
...
Eelco told me they only increase the number of prebuild modules in each higher pkg number,
which we don't use, so we better use the smallest pkg0.
This reverts commit r15048
svn path=/nixpkgs/trunk/; revision=15050
2009-04-15 08:24:41 +00:00
Lluís Batlle i Rossell
67763e7c16
Fixing netpbm for x86_64 (and adding a hash for fetchsvn)
...
svn path=/nixpkgs/trunk/; revision=15049
2009-04-15 08:24:37 +00:00
Lluís Batlle i Rossell
ec9e431b07
Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)
...
svn path=/nixpkgs/trunk/; revision=15048
2009-04-15 07:00:26 +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