Eelco Dolstra
8de3404fe7
svn path=/nixpkgs/trunk/; revision=15167
2009-04-20 08:49:50 +00:00
Andres Löh
0fc7bf4f00
Added vacuum plus deps.
...
svn path=/nixpkgs/trunk/; revision=15166
2009-04-20 00:18:51 +00:00
Andres Löh
035c84d06f
Haskell package updates.
...
svn path=/nixpkgs/trunk/; revision=15165
2009-04-19 23:25:58 +00:00
Michael Raskin
24f5e84ebb
LE/GE symbols
...
svn path=/nixpkgs/trunk/; revision=15164
2009-04-19 21:46:07 +00:00
Andres Löh
e42598c74b
Added Haskell platform meta package.
...
(Doesn't quite work nicely yet.)
svn path=/nixpkgs/trunk/; revision=15163
2009-04-19 19:18:07 +00:00
Eelco Dolstra
e72b00b2d7
* Leksah: forgot to commit. Also, use makeWrapper to set
...
XDG_DATA_DIRS to gtksourceview; otherwise, gtksourceview can't find
its syntax highlighting files.
* Updated gtk2hs to the latest version from Darcs. Otherwise Leksah
crashes on GHC 6.10.2.
svn path=/nixpkgs/trunk/; revision=15162
2009-04-19 19:06:34 +00:00
Eelco Dolstra
6462b56834
svn path=/nixpkgs/trunk/; revision=15161
2009-04-19 18:50:58 +00:00
Andres Löh
8b678d5308
Added final(?) set of Haskell Platform packages.
...
svn path=/nixpkgs/trunk/; revision=15160
2009-04-19 16:26:27 +00:00
Eelco Dolstra
e1cfa22536
* Let's see how far we get with separate locales.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15158
2009-04-19 16:07:00 +00:00
Eelco Dolstra
35e42d3e5c
* Fix missing description errors.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15157
2009-04-19 16:00:46 +00:00
Andres Löh
6aa0719e53
OpenGL package
...
svn path=/nixpkgs/trunk/; revision=15156
2009-04-19 15:56:45 +00:00
Eelco Dolstra
40f01daa81
* A function to build Glibc's locale-archive separately from Glibc.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15155
2009-04-19 15:28:37 +00:00
Eelco Dolstra
6e789bc2c8
* Added Leksah, an IDE for Haskell. It requires a newer version of
...
gtksourceview than the one provided in gnome/default.nix. The
stdenv branch already has this.
* Updated gtk2hs to 0.10.1.
svn path=/nixpkgs/trunk/; revision=15154
2009-04-19 13:58:13 +00:00
Andres Löh
12a05f1638
More Haskell Platform.
...
svn path=/nixpkgs/trunk/; revision=15153
2009-04-19 13:38:34 +00:00
Lluís Batlle i Rossell
0348315add
Updating cromfs.
...
svn path=/nixpkgs/trunk/; revision=15152
2009-04-19 13:33:13 +00:00
Andres Löh
35ac416328
More Haskell platform packages.
...
svn path=/nixpkgs/trunk/; revision=15151
2009-04-19 13:21:40 +00:00
Eelco Dolstra
2a7ff23a8f
* A patch to Glibc to allow the location of locale-archive to be
...
overriden at runtime (not enabled yet, but it works). This will
allow us to build Glibc with no or a minimal set of locales (which
cuts 70 MB from the installed size of Glibc). The locales that the
user actually needs can then be built separately and enabled by
setting the environment variable LOCALE_ARCHIVE. For instance, on
NixOS, we could set it to something like
/var/run/current-system/locale-archive. For setuid applications,
the variable is ignored.
This is especially useful on 64-bit systems, because there we tend
to have *two* copies of locale-archive (namely in the 32-bit and
64-bit builds of Glibc). Having only one copy allows at least 70 MB
to be cut from the NixOS installation CD.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15150
2009-04-19 12:57:23 +00:00
Eelco Dolstra
ffbb7c03d5
* Removed applications/msic, a rather obvious typo.
...
svn path=/nixpkgs/trunk/; revision=15149
2009-04-19 11:47:01 +00:00
Andres Löh
b148543c3e
Towards Haskell Platform support.
...
svn path=/nixpkgs/trunk/; revision=15148
2009-04-19 11:44:37 +00:00
Eelco Dolstra
5cfba3ac68
* Added GHC 6.10.1.
...
svn path=/nixpkgs/trunk/; revision=15147
2009-04-19 11:43:38 +00:00
Lluís Batlle i Rossell
e0b8a630a8
Fixing boost for a problem related to a "class R shadowing template...".
...
Taken from: http://wiki.freebsd.org/BoostPortingProject
svn path=/nixpkgs/trunk/; revision=15146
2009-04-19 11:20:51 +00:00
Eelco Dolstra
c9a740bc26
* Move the remaining GHC-dependent packages to haskell-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=15144
2009-04-19 10:27:22 +00:00
Eelco Dolstra
1c1967a9a1
* Call the wrapper "ghc-wrapper".
...
svn path=/nixpkgs/trunk/; revision=15143
2009-04-19 10:26:45 +00:00
Andres Löh
80214b7be0
Removed unix package.
...
svn path=/nixpkgs/trunk/; revision=15142
2009-04-19 10:13:31 +00:00
Andres Löh
1643888f80
Added cabalized darcs-2 and associated Haskell libs.
...
svn path=/nixpkgs/trunk/; revision=15141
2009-04-19 10:07:41 +00:00
Eelco Dolstra
fd473913f5
* Removed some obsolete nullglobs.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15140
2009-04-19 08:55:27 +00:00
Eelco Dolstra
01fdf66360
* Turning on nullglob revealed an unintended wildcard expansion in
...
dbus' patchPhase.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15139
2009-04-19 08:54:11 +00:00
Lluís Batlle i Rossell
306b6e87a5
Updating tcsh, so its url even works.
...
svn path=/nixpkgs/trunk/; revision=15137
2009-04-18 23:31:45 +00:00
Eelco Dolstra
6b9ccbaf78
* setup.sh: turn on nullglob globally.
...
* setup.sh: removed some obsolete features, specifically some that
were only used by the old build farm.
* addToSearchPath: removed some parameters that weren't used
anywhere.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15136
2009-04-18 22:22:51 +00:00
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
4ce5419f17
* Remove bad backslashes.
...
svn path=/nixpkgs/trunk/; revision=15134
2009-04-18 20:22:47 +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
Sander van der Burg
ba0682330d
Added isocodes as argument to the gnome expression
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15131
2009-04-18 16:13:21 +00:00
Sander van der Burg
565d5e3ae3
Added iso-codes as buildinput for gtkhtml in order to fix compilation
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15130
2009-04-18 15:48:51 +00:00
Sander van der Burg
8f2e9e8634
Added iso-codes package
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15129
2009-04-18 15:47:41 +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
Eelco Dolstra
4f3bd7a5f3
Pass "enchant" to the Gnome function.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15123
2009-04-18 10:30:44 +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
Sander van der Burg
ffb30458ce
Added enchant as buildinput for gtkhtml
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15112
2009-04-17 11:11:28 +00:00
Sander van der Burg
549a829dec
Fixed typo in URL
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15111
2009-04-17 11:08:18 +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
0e33e22693
* arts updated to 1.5.10.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15090
2009-04-16 16:57:42 +00:00
Ludovic Courtès
8c7a7162cb
libcanberra: Fix dependencies.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15088
2009-04-16 14:23:38 +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
Sander van der Burg
f8cd5d94f8
Fixed gtkhtml by adding intltool as buildinput
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15081
2009-04-16 11:16:47 +00:00
Ludovic Courtès
2375e23417
Switch to GTK+ 2.16.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15080
2009-04-16 10:19:49 +00:00
Ludovic Courtès
93e56fc27c
GTK+ 2.16 and companion libraries.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15079
2009-04-16 10:19:15 +00:00
Sander van der Burg
87ae78331a
Added intltool as buildinput for libgnomeprintui
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15078
2009-04-16 10:00:05 +00:00
Eelco Dolstra
95749f29f0
* Latest Nix unstable.
...
svn path=/nixpkgs/trunk/; revision=15075
2009-04-16 09:06:23 +00:00
Ludovic Courtès
383e74faf0
GNOME Terminal: Add dependency on DBus-Glib.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15073
2009-04-16 07:50:34 +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
Eelco Dolstra
b7f1fadfaa
svn path=/nixpkgs/branches/stdenv-updates/; revision=15068
2009-04-15 14:10:41 +00:00
Eelco Dolstra
adf97c3ad8
* gphoto2 updated to 2.4.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15067
2009-04-15 13:39:41 +00:00
Eelco Dolstra
f088ea20a3
* Small cleanup.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15066
2009-04-15 13:28:17 +00:00
Eelco Dolstra
a4c304ef84
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +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
Eelco Dolstra
f5a2b4f7a3
* Fixed some Gnome packages. Also removed some old Gnome releases.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15059
2009-04-15 10:06:50 +00:00
Eelco Dolstra
6a864c5040
* libgphoto2 updated to 2.4.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15057
2009-04-15 09:54:55 +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
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
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
6a18dcab44
* checkinstall: don't include directories in the Debian `conffiles'
...
file. This caused the Nix Debian build to fail (because it installs
a file /etc/profile.d/nix.sh).
svn path=/nixpkgs/trunk/; revision=15038
2009-04-14 14:57:31 +00:00
Eelco Dolstra
ec2802e690
* Thunderbird 2.0.0.21.
...
svn path=/nixpkgs/trunk/; revision=15037
2009-04-14 14:02:23 +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
Eelco Dolstra
ce358d750d
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=15033
2009-04-14 13:47:45 +00:00
Eelco Dolstra
c5197de22d
* Bump the names as well.
...
svn path=/nixpkgs/trunk/; revision=15031
2009-04-14 13:36:16 +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
5951e31121
updating unifdef source location
...
Why did the hash change as well?
svn path=/nixpkgs/trunk/; revision=15029
2009-04-14 13:03:43 +00:00
Marc Weber
6d538fc6aa
downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows using a FirefoxProfile nor launches Opera)
...
svn path=/nixpkgs/trunk/; revision=15027
2009-04-14 12:58:53 +00:00
Marc Weber
7901f76355
adding ttf2pt1-3.4.4
...
svn path=/nixpkgs/trunk/; revision=15024
2009-04-14 12:27:42 +00:00
Ludovic Courtès
4951b598a2
Avahi 0.6.25.
...
svn path=/nixpkgs/trunk/; revision=15022
2009-04-14 11:13:13 +00:00
Ludovic Courtès
f94f76b2f4
GnuTLS 2.6.5.
...
svn path=/nixpkgs/trunk/; revision=15021
2009-04-14 08:47:51 +00:00
Rob Vermaas
edca05ee30
build-support/vm/default.nix: updated debian hashes
...
svn path=/nixpkgs/trunk/; revision=15020
2009-04-14 08:05:10 +00:00
Eelco Dolstra
9d1a6b6c67
* Doh.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
2009-04-14 07:35:20 +00:00
Eelco Dolstra
e6cf1abcec
* bash: updated to 4.0 patchlevel 17. Removed the dietlibc patch, we
...
don't need it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15018
2009-04-13 18:38:45 +00:00
Eelco Dolstra
fd03290fc0
* Simplified the pthread_cancel fix a bit: you just need to use -lgcc_s.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15017
2009-04-13 17:07:20 +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
Eelco Dolstra
5e9c1113ba
* Firefox 3.0.8.
...
svn path=/nixpkgs/trunk/; revision=15013
2009-04-13 12:18:04 +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
Sander van der Burg
34a1bb38ab
Added Nix expression for VirtualBox 2.2.0 which also installs and compiles the kernel module
...
svn path=/nixpkgs/trunk/; revision=15003
2009-04-12 21:59:40 +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
6c3c5448d6
Upgraded kile to 2.0.3
...
svn path=/nixpkgs/trunk/; revision=14997
2009-04-12 16:08:13 +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
Sander van der Burg
3f01bd4b06
Added krusader for KDE4
...
svn path=/nixpkgs/trunk/; revision=14995
2009-04-12 15:51:58 +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
d52ec14cb4
Updating the kqemu src url.
...
svn path=/nixpkgs/trunk/; revision=14982
2009-04-10 15:36:55 +00:00
Lluís Batlle i Rossell
415150d99c
Adding panomatic.
...
svn path=/nixpkgs/trunk/; revision=14981
2009-04-10 09:42:22 +00:00
Eelco Dolstra
977e608a38
* xine-ui: put $gcc/lib in the RPATH, because otherwise it will barf
...
(on exit) with "libgcc_s.so.1 must be installed for pthread_cancel
to work".
svn path=/nixpkgs/branches/stdenv-updates/; revision=14980
2009-04-09 15:27:48 +00:00
Eelco Dolstra
f5ef461217
svn path=/nixpkgs/branches/stdenv-updates/; revision=14979
2009-04-09 15:25:29 +00:00
Eelco Dolstra
eeed10ba8e
* g77 -> gfortran throughout. Got rid of the separate
...
expressions/builders for Fortran. Tested by building Octave with
gfortran 4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14978
2009-04-09 15:24:33 +00:00
Ludovic Courtès
65a6c5ad9b
GStreamer: gst-plugins-good 0.10.14, with PulseAudio support.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14976
2009-04-09 14:55:13 +00:00
Rob Vermaas
518eab2313
pkgs/build-support/vm/default.nix typo
...
svn path=/nixpkgs/trunk/; revision=14975
2009-04-09 14:38:08 +00:00
Rob Vermaas
39ba8d06ec
pkgs/build-support/vm/default.nix: added ubuntu 904
...
svn path=/nixpkgs/trunk/; revision=14974
2009-04-09 14:29:19 +00:00
Eelco Dolstra
fc299253b0
* For some reason this file didn't get copied when I last synced from
...
the trunk. (Maybe because I interrupted a svn merge and then did an
svn revert -R; anyway it seems a bug in svn.)
svn path=/nixpkgs/branches/stdenv-updates/; revision=14972
2009-04-09 14:10:37 +00:00
Ludovic Courtès
a1540b57ae
GNU Zile 2.3.6.
...
svn path=/nixpkgs/trunk/; revision=14971
2009-04-09 13:51:39 +00:00
Sander van der Burg
0abae1cd12
Added kdesvn package
...
svn path=/nixpkgs/trunk/; revision=14970
2009-04-09 13:32:46 +00:00
Ludovic Courtès
4aa703c8b2
GStreamer: gst-plugins-base 0.10.22.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14969
2009-04-09 13:05:10 +00:00
Sander van der Burg
c9e2b00644
Added ktorrent package
...
svn path=/nixpkgs/trunk/; revision=14968
2009-04-09 12:58:44 +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
Ludovic Courtès
d5a1e37cac
GStreamer 0.10.22.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14966
2009-04-09 12:43:04 +00:00
Eelco Dolstra
2eb05cf933
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +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
b22899a7cb
* Fix some evaluation errors.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14960
2009-04-09 09:48:14 +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
Eelco Dolstra
4962864417
* Fixed the mount-cifs source URL (copied from the stdenv-branch).
...
svn path=/nixpkgs/trunk/; revision=14958
2009-04-09 08:12:16 +00:00
Lluís Batlle i Rossell
645279d544
Updating atlas
...
svn path=/nixpkgs/trunk/; revision=14957
2009-04-08 22:08:05 +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
Sander van der Burg
5ebbf90878
Added embedded server option which is required by applications such as amarok
...
svn path=/nixpkgs/trunk/; revision=14923
2009-04-08 09:41:18 +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
Ludovic Courtès
71a16052ba
libglademm: Propagate GTKmm and libglade.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14918
2009-04-07 19:17:23 +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
7ae8544b4c
* ntfs-3g updated to 2009.4.4. The old version has disappeared
...
anyway.
svn path=/nixpkgs/trunk/; revision=14915
2009-04-07 16:03:30 +00:00
Eelco Dolstra
6a55db1e68
* Disable missing dcraw.
...
svn path=/nixpkgs/trunk/; revision=14911
2009-04-07 13:59:30 +00:00
Rob Vermaas
d4646914ce
removed metaBuildEnvTrunk, not necessary any more
...
svn path=/nixpkgs/trunk/; revision=14910
2009-04-07 13:57:26 +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
613cc80e1d
Adding sha256 hash to panotools, and improving its description.
...
svn path=/nixpkgs/trunk/; revision=14900
2009-04-06 09:34:28 +00:00
Lluís Batlle i Rossell
dab0ce81ac
Fixing the hugin build, and its meta information, with help of civodul.
...
svn path=/nixpkgs/trunk/; revision=14899
2009-04-06 09:19:51 +00:00
Ludovic Courtès
61a559cf97
Hugin: Fix `meta.license'.
...
svn path=/nixpkgs/trunk/; revision=14898
2009-04-06 08:26:13 +00:00
Ludovic Courtès
e5ed8fe009
GNU IceCat 3.0.8-g1.
...
svn path=/nixpkgs/trunk/; revision=14897
2009-04-06 08:19:41 +00:00
Michael Raskin
152e2f36ec
Nginx update to 0.7.47
...
svn path=/nixpkgs/trunk/; revision=14896
2009-04-06 08:04:57 +00:00
Lluís Batlle i Rossell
c36012783f
Fixing licenses for the last packages I added.
...
svn path=/nixpkgs/trunk/; revision=14895
2009-04-05 21:41:47 +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
Armijn Hemel
349fea53b7
update to 1.3.39
...
svn path=/nixpkgs/trunk/; revision=14890
2009-04-05 19:47:23 +00:00
Eelco Dolstra
e01be47e53
* aclocal wrapper: skip directories in ACLOCAL_PATH that don't exist,
...
otherwise aclocal barfs. Updated the builder to use makeWrapper
* Made Automake 1.10 the default.
* Fixed `make check' in Automake by turning off indented logging in
Make (there is a flag for that now).
* Disabled the `make check' in Automake by default because it takes a
REALLY long time (e.g. more than 2 hours on Cygwin, 50 minutes on
Darwin, 25 minutes on Linux) which is a lot for a package that
otherwise takes 10 seconds to build. We can add a Hydra job with
doCheck enabled to do regression testing.
* make-wrapper: allow --run commands to add additional flags to the
invocation of the wrapped program. An example is the aclocal
wrapper: it adds additional -I ... flags.
* make-wrapper: call the wrapped program .foo-wrapped instead of
.wrapped-foo to make it easier to tell programs apart in `ps'
output.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14885
2009-04-05 18:13:59 +00:00
Eelco Dolstra
730f8c2b4d
* Added a function to make Unix-style search paths. This generalises
...
`makeLibraryPath'.
svn path=/nixpkgs/trunk/; revision=14884
2009-04-05 18:05:11 +00:00
Rob Vermaas
a5185e9477
meta-build-env prerelease
...
svn path=/nixpkgs/trunk/; revision=14883
2009-04-04 15:10:58 +00:00
Rob Vermaas
bbeaa60535
meta-build-env prerelease
...
svn path=/nixpkgs/trunk/; revision=14882
2009-04-04 15:10:42 +00:00
Ludovic Courtès
723dfe4240
libcanberra: Make GTK+ a propagated build input.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14881
2009-04-04 13:53:07 +00:00
Eelco Dolstra
8d44988427
* Samba updated to 3.3.3. Don't install SWAT - it's not very useful
...
on NixOS.
svn path=/nixpkgs/trunk/; revision=14880
2009-04-04 00:59:55 +00:00
Eelco Dolstra
801b5fd701
* wpa_supplicant 0.6.9.
...
svn path=/nixpkgs/trunk/; revision=14879
2009-04-04 00:21:21 +00:00
Eelco Dolstra
acf5563f10
* Reduce the installed size of mysql from 80 MB to 17 MB by leaving
...
out some less important stuff, such as the statically linked
embedded binaries and some test data. This is important because
mysql is currently a dependency of lots of other packages, such as
Qt. Of course, the real fix would be to split off the mysql client
libraries into a separate package.
svn path=/nixpkgs/trunk/; revision=14878
2009-04-04 00:02:38 +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
Eelco Dolstra
7d1c471549
* Soprano: don't depend on the JDK. This cuts 200 MB from the KDE 4
...
closure. (This does remove the Sesame2 backend from Soprano.)
svn path=/nixpkgs/trunk/; revision=14876
2009-04-03 23:18:17 +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
dc57ca58fe
PAvucontrol: Add dependency on `intltool'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14873
2009-04-03 21:04:13 +00:00
Eelco Dolstra
f6e7c5b326
* vlc 0.9.9.
...
svn path=/nixpkgs/trunk/; revision=14872
2009-04-03 20:25:23 +00:00