Eelco Dolstra
ffcd38403e
* Install the package config files under
...
$out/lib/ghc-pkgs/ghc-<version>/<package>.conf instead of under
$out/nix-support/ghc-package.conf. This makes them visible in the
user's profile when installed with nix-env.
svn path=/nixpkgs/trunk/; revision=15135
2009-04-18 20:24:36 +00:00
Eelco Dolstra
ca8b45d441
* Cabal builder: put the GHC version in the default name attribute to
...
disambiguate between package instances built with different GHCs.
svn path=/nixpkgs/trunk/; revision=15132
2009-04-18 16:21:59 +00:00
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
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
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
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
Ludovic Courtès
59db4694f2
Add Nevow, a webby Python thingie.
...
svn path=/nixpkgs/trunk/; revision=15104
2009-04-16 21:48:36 +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
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
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
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
32c7cb7a1d
* sdparm: the previous URL was broken.
...
svn path=/nixpkgs/trunk/; revision=15084
2009-04-16 12:23:53 +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
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
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
b8969ff4ae
Making mplayer compile with mesa, so it gets 'gl' output.
...
svn path=/nixpkgs/trunk/; revision=15041
2009-04-14 21:01:16 +00:00
Eelco Dolstra
a579a5503b
* __XXX primops are deprecated.
...
svn path=/nixpkgs/trunk/; revision=15036
2009-04-14 13:59:45 +00:00
Eelco Dolstra
a322df6132
* Add the full Boost build to Hydra.
...
svn path=/nixpkgs/trunk/; revision=15035
2009-04-14 13:56:33 +00:00
Sander van der Burg
f5505f2e35
Added virtualbox packages to buildfarm
...
svn path=/nixpkgs/trunk/; revision=15034
2009-04-14 13:52:27 +00:00
Sander van der Burg
140a3d416f
Added wrapper script and desktop item support to VirtualBox
...
svn path=/nixpkgs/trunk/; revision=15030
2009-04-14 13:29:19 +00:00
Marc Weber
7901f76355
adding ttf2pt1-3.4.4
...
svn path=/nixpkgs/trunk/; revision=15024
2009-04-14 12:27:42 +00:00
Lluís Batlle i Rossell
8e09a9bb3d
Adding gtkpod, and fixing libgpod meta info.
...
svn path=/nixpkgs/trunk/; revision=15016
2009-04-13 15:41:10 +00:00
Lluís Batlle i Rossell
a899bfc687
Adding libgpod, for a future gtkpod.
...
svn path=/nixpkgs/trunk/; revision=15015
2009-04-13 15:41:00 +00:00
Lluís Batlle i Rossell
06a957ecf6
Adding google earth.
...
svn path=/nixpkgs/trunk/; revision=15014
2009-04-13 15:40:51 +00:00
Michael Raskin
60dceccc9f
Use PAM in ejabberd
...
svn path=/nixpkgs/trunk/; revision=15008
2009-04-13 09:36:07 +00:00
Michael Raskin
9619e184cf
Added xmpppy - python XMPP library and pyIRCt - python IRC transport
...
svn path=/nixpkgs/trunk/; revision=15005
2009-04-12 23:27:55 +00:00
Sander van der Burg
327d8f4862
Removed virtualbox notice, since it is working now
...
svn path=/nixpkgs/trunk/; revision=15004
2009-04-12 22:12:52 +00:00
Michael Raskin
a452680a31
Updated OpenFire
...
svn path=/nixpkgs/trunk/; revision=15002
2009-04-12 20:15:37 +00:00
Michael Raskin
3d5d738895
Added Gajim XMPP client in nearly full-feature configuration with all dependencies
...
svn path=/nixpkgs/trunk/; revision=15001
2009-04-12 19:34:20 +00:00
Sander van der Burg
7ce7e06811
Added konversation to buildfarm
...
svn path=/nixpkgs/trunk/; revision=15000
2009-04-12 16:54:42 +00:00
Sander van der Burg
db2d658c41
Updated konversation to version 1.1
...
svn path=/nixpkgs/trunk/; revision=14999
2009-04-12 16:54:10 +00:00
Sander van der Burg
74a6563fa1
Added kile to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14998
2009-04-12 16:11:04 +00:00
Sander van der Burg
c6553fcd3d
Added krusader to the build farm
...
svn path=/nixpkgs/trunk/; revision=14996
2009-04-12 15:52:35 +00:00
Michael Raskin
e5831a409f
Updated mrxvt
...
svn path=/nixpkgs/trunk/; revision=14993
2009-04-12 08:42:04 +00:00
Lluís Batlle i Rossell
415150d99c
Adding panomatic.
...
svn path=/nixpkgs/trunk/; revision=14981
2009-04-10 09:42:22 +00:00
Sander van der Burg
0abae1cd12
Added kdesvn package
...
svn path=/nixpkgs/trunk/; revision=14970
2009-04-09 13:32:46 +00:00
Sander van der Burg
06d17bced6
Added ktorrent for KDE4 package
...
svn path=/nixpkgs/trunk/; revision=14967
2009-04-09 12:54:39 +00:00
Sander van der Burg
4dba9f26d6
Added amarok to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14964
2009-04-09 12:17:40 +00:00
Sander van der Burg
f6938b8469
Added Amarok player for KDE 4.2
...
svn path=/nixpkgs/trunk/; revision=14963
2009-04-09 12:16:58 +00:00
Eelco Dolstra
f2867f237b
* Boost: provide a variant boostFull that has all the static, debug,
...
and single-threaded libraries.
svn path=/nixpkgs/trunk/; revision=14959
2009-04-09 08:43:46 +00:00
Lluís Batlle i Rossell
9f2a2a6a84
Adding qhull, and updating octaves.
...
svn path=/nixpkgs/trunk/; revision=14955
2009-04-08 20:06:03 +00:00
Lluís Batlle i Rossell
813a3b6c6d
Adding freepv, without its mozilla plug-in.
...
svn path=/nixpkgs/trunk/; revision=14954
2009-04-08 20:05:59 +00:00
Eelco Dolstra
47217f9ada
* Build checklink with SSL support.
...
svn path=/nixpkgs/trunk/; revision=14950
2009-04-08 13:49:26 +00:00
Eelco Dolstra
a148295295
* W3C::LinkChecker, which contains the checklink tool.
...
svn path=/nixpkgs/trunk/; revision=14944
2009-04-08 13:28:15 +00:00
Lluís Batlle i Rossell
8ddd79ca2e
Making cdecl compile with readline.
...
svn path=/nixpkgs/trunk/; revision=14941
2009-04-08 10:09:14 +00:00
Lluís Batlle i Rossell
686147d0f6
Making bc use readline. I prefer bc with readline.
...
svn path=/nixpkgs/trunk/; revision=14919
2009-04-08 07:29:42 +00:00
Lluís Batlle i Rossell
6f96ae757d
Adding dcraw again, this time with the whole nix expression.
...
svn path=/nixpkgs/trunk/; revision=14917
2009-04-07 19:17:22 +00:00
Lluís Batlle i Rossell
2c3aaf09d1
Adding autopano-sift-C, a C implementation of autopano-sift, made by the hugin people.
...
svn path=/nixpkgs/trunk/; revision=14916
2009-04-07 19:15:53 +00:00
Eelco Dolstra
6a55db1e68
* Disable missing dcraw.
...
svn path=/nixpkgs/trunk/; revision=14911
2009-04-07 13:59:30 +00:00
Rob Vermaas
2dc96ff945
removed metaBuildEnvTrunk, not necessary any more
...
svn path=/nixpkgs/trunk/; revision=14909
2009-04-07 13:54:52 +00:00
Lluís Batlle i Rossell
d0f0f035e5
Adding dcraw.
...
svn path=/nixpkgs/trunk/; revision=14904
2009-04-06 17:50:17 +00:00
Lluís Batlle i Rossell
80f1103831
Fixing libxmi on x86_64.
...
svn path=/nixpkgs/trunk/; revision=14903
2009-04-06 17:11:15 +00:00
Marc Weber
c22abb7c2a
adding open source adobe flex sdk
...
svn path=/nixpkgs/trunk/; revision=14902
2009-04-06 13:07:21 +00:00
Marc Weber
0311bb19c8
adding openvpn
...
svn path=/nixpkgs/trunk/; revision=14901
2009-04-06 13:07:18 +00:00
Lluís Batlle i Rossell
2dd00f1a57
Adding enblend-fuse, libxmi and hugin. Maybe hugin doesn't run well enough still.
...
svn path=/nixpkgs/trunk/; revision=14894
2009-04-05 21:41:38 +00:00
Lluís Batlle i Rossell
7f9d11782e
Adding panotools.
...
svn path=/nixpkgs/trunk/; revision=14893
2009-04-05 21:41:24 +00:00
Lluís Batlle i Rossell
0b76035b66
Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore.
...
svn path=/nixpkgs/trunk/; revision=14892
2009-04-05 21:41:13 +00:00
Rob Vermaas
a5185e9477
meta-build-env prerelease
...
svn path=/nixpkgs/trunk/; revision=14883
2009-04-04 15:10:58 +00:00
Eelco Dolstra
3b514cad99
* Boost: cut the installed size from 257 MB (!!!) to 58 MB. It
...
required all that space because it was building static/shared,
single-thread/multi-threaded, and debug/production versions of the
libraries - as well as every combination of those. Now we build
only the shared, multi-threaded, production version, which needs
only 8 MB. The headers account for the other 50 MB, so it might be
worthwhile to split them off into a separate package (in order to
reduce the runtime closure of applications that use Boost, such as
KDE).
* Removed some Boost versions that aren't used anymore.
svn path=/nixpkgs/trunk/; revision=14877
2009-04-03 23:54:20 +00:00
Ludovic Courtès
4f426548f4
Build GNU mcron.
...
svn path=/nixpkgs/trunk/; revision=14874
2009-04-03 21:10:26 +00:00
Ludovic Courtès
644cf259a5
Add GNU mcron, a `cron' implementation in Guile Scheme.
...
svn path=/nixpkgs/trunk/; revision=14870
2009-04-03 18:46:26 +00:00
Eelco Dolstra
985178ff4b
* Latest DBIx::Class, plus some other Catalyst updates.
...
svn path=/nixpkgs/trunk/; revision=14865
2009-04-03 16:00:38 +00:00
Eelco Dolstra
46d0b7be04
svn path=/nixpkgs/trunk/; revision=14858
2009-04-03 12:34:25 +00:00
Eelco Dolstra
a0f768ad1c
* Lower the default Hydra scheduling priority for Nixpkgs jobs to
...
prevent them from crowding out all other projects for hours. This
is temporary - what we really need is a fairer scheduling policy.
svn path=/nixpkgs/trunk/; revision=14856
2009-04-03 12:27:35 +00:00
Eelco Dolstra
d6ca7f9e13
* Doh.
...
svn path=/nixpkgs/trunk/; revision=14854
2009-04-03 12:21:06 +00:00
Rob Vermaas
b5dccb39e9
meta-build-env
...
svn path=/nixpkgs/trunk/; revision=14850
2009-04-03 09:22:20 +00:00
Lluís Batlle i Rossell
19ac94dee3
Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9
...
svn path=/nixpkgs/trunk/; revision=14841
2009-04-02 15:20:19 +00:00
Ludovic Courtès
758fb87367
Build `pthread-man-pages'.
...
svn path=/nixpkgs/trunk/; revision=14838
2009-04-02 14:34:54 +00:00
Ludovic Courtès
3d1b6f3034
Add pthread man pages from LinuxThreads.
...
svn path=/nixpkgs/trunk/; revision=14837
2009-04-02 14:30:34 +00:00
Michael Raskin
4391a3a849
Build lndir
...
svn path=/nixpkgs/trunk/; revision=14836
2009-04-02 14:00:08 +00:00
Ludovic Courtès
c37d211182
Build GNU Dico.
...
svn path=/nixpkgs/trunk/; revision=14827
2009-04-01 20:32:04 +00:00
Ludovic Courtès
25f22ceed6
Add GNU Dico, a DICT server and client.
...
svn path=/nixpkgs/trunk/; revision=14825
2009-04-01 17:31:44 +00:00
Sander van der Burg
829f95f836
Added PAM support for KDE login manager
...
svn path=/nixpkgs/trunk/; revision=14824
2009-04-01 15:12:22 +00:00
Michael Raskin
a2803bc5c3
added btrfs utilities
...
svn path=/nixpkgs/trunk/; revision=14818
2009-04-01 05:42:07 +00:00
Eelco Dolstra
1f9740e01c
* Added some regression tests for lib that I wrote a while ago but
...
didn't commit. Also, run the tests when making a Nixpkgs tarball.
svn path=/nixpkgs/trunk/; revision=14802
2009-03-31 13:03:50 +00:00
Eelco Dolstra
acca11b49c
* Got rid of the old util-linux; use util-linux-ng instead.
...
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Lluís Batlle i Rossell
0edebf5d84
Adding paraview.
...
svn path=/nixpkgs/trunk/; revision=14794
2009-03-30 20:06:31 +00:00
Eelco Dolstra
0b931eae66
* nvidia / nvidiaDrivers -> nvidia-x11.
...
svn path=/nixpkgs/trunk/; revision=14787
2009-03-30 14:54:06 +00:00
Marc Weber
0be7534b0f
maven-2 version bump to 2.1.0
...
svn path=/nixpkgs/trunk/; revision=14781
2009-03-30 14:20:05 +00:00
Eelco Dolstra
9ad89c5b56
* Boost the priority of some jobs (like stdenv).
...
svn path=/nixpkgs/trunk/; revision=14780
2009-03-30 13:24:46 +00:00
Eelco Dolstra
5e294459e3
* Idem.
...
svn path=/nixpkgs/trunk/; revision=14779
2009-03-30 13:23:10 +00:00
Marc Weber
807aae2fd6
updated eclipse binary to 3.5M6
...
thereby allowing the user to copy the whole store path to a user
location so that update sites work properly
svn path=/nixpkgs/trunk/; revision=14773
2009-03-30 10:32:53 +00:00
Lluís Batlle i Rossell
35d3dc4012
Adding C++ std man pages.
...
svn path=/nixpkgs/trunk/; revision=14771
2009-03-30 08:14:19 +00:00
Lluís Batlle i Rossell
f031955f3c
Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
...
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Wouter den Breejen
58ce3eca2a
svn path=/nixpkgs/trunk/; revision=14766
2009-03-29 21:05:33 +00:00