Commit graph

3244 commits

Author SHA1 Message Date
Eelco Dolstra b90a6b4ba0 * Make GTK 2.18 the default, and get rid of the deep overrides. (BTW,
there seems to be a much cleaner solution than deepOverride, namely
  call all-packages.nix with an appropriate packageOverrides set.)

svn path=/nixpkgs/branches/xorg-7.5/; revision=18025
2009-10-29 14:19:13 +00:00
Peter Simons 56ab8201f2 pkgs/top-level/all-packages.nix: allow distcc to be configured via $NIXPKGS_CONFIG
Set distcc = { avahi = true; gtk = true; }; to enable support for the
corresponding libraries.

svn path=/nixpkgs/trunk/; revision=18016
2009-10-29 11:58:07 +00:00
Peter Simons 96a32cffe2 Added wxMaxima version 0.8.3.
svn path=/nixpkgs/trunk/; revision=18015
2009-10-29 11:57:58 +00:00
Eelco Dolstra 849f2e1683 * Replace some "inherit (gtkLibs) glib" statements with "inherit glib".
svn path=/nixpkgs/trunk/; revision=18013
2009-10-29 11:43:02 +00:00
Andres Löh cf235135f3 Added text and haskeline-class Haskell packages.
svn path=/nixpkgs/trunk/; revision=18011
2009-10-29 11:03:24 +00:00
Eelco Dolstra 5682b2e9ea * Finished getting rid of gtk-libs.
svn path=/nixpkgs/trunk/; revision=18010
2009-10-29 10:53:54 +00:00
Ludovic Courtès 4c5fcfb0a8 GDB: Build with Expat support, to get syscall info.
svn path=/nixpkgs/trunk/; revision=18009
2009-10-28 22:25:50 +00:00
Ludovic Courtès f7947871a3 GNU Guile 1.9 with coverage analysis builds.
svn path=/nixpkgs/trunk/; revision=17994
2009-10-28 16:16:23 +00:00
Eelco Dolstra 82baac23a7 * Idem for gtk-libs/2.16.
svn path=/nixpkgs/trunk/; revision=17993
2009-10-28 15:31:52 +00:00
Eelco Dolstra 5398eceff3 * Getting rid of gtk-libs by moving the packages in gtk-libs to
development/libraries/{glib,gtk+,pango,atk,...}.  Done for glib/gtk+
  1.2.  Also deleted some obsolete, unused versions (gtkLibs 2.10,
  2.12, and 2.14).

svn path=/nixpkgs/trunk/; revision=17992
2009-10-28 15:06:18 +00:00
Eelco Dolstra f53195f29e * Improved a bunch of "name" attributes (mostly missing version
numbers).

svn path=/nixpkgs/trunk/; revision=17991
2009-10-28 14:06:56 +00:00
Eelco Dolstra cbfbaf736a * GNU Indent updated to 2.2.10.
svn path=/nixpkgs/trunk/; revision=17990
2009-10-28 13:11:09 +00:00
Eelco Dolstra cb1b3a0dbe * Removed an unused glib.
svn path=/nixpkgs/trunk/; revision=17989
2009-10-28 13:07:44 +00:00
Michael Raskin ab85fbeec4 Updating fbterm
svn path=/nixpkgs/trunk/; revision=17981
2009-10-27 23:49:59 +00:00
Rob Vermaas d129a6ce87 amazon ec2 api tools
svn path=/nixpkgs/trunk/; revision=17975
2009-10-27 12:51:09 +00:00
Lluís Batlle i Rossell b91ebb6f40 Fixing cdrdao, getting also mp3 and ogg support in it.
svn path=/nixpkgs/trunk/; revision=17972
2009-10-26 23:03:47 +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
Michael Raskin e618a80968 Adding vbetool
svn path=/nixpkgs/trunk/; revision=17952
2009-10-24 19:58:07 +00:00
Eelco Dolstra 2bdf38dab2 * Updated GTK+, Glib.
* Build GTK+ with CUPS support (mostly to get decent printing in
  Firefox).

svn path=/nixpkgs/trunk/; revision=17951
2009-10-24 17:29:37 +00:00
Michael Raskin bd7526951e Adding Links2
svn path=/nixpkgs/trunk/; revision=17949
2009-10-24 15:39:54 +00:00
Eelco Dolstra 309c8348b4 * Some more Catalyst updates.
svn path=/nixpkgs/trunk/; revision=17943
2009-10-23 14:57:44 +00:00
Michael Raskin c6c9129761 Removing references to old zen-kernels that are in archived branches; Updating from zen-sources.org to zen-kernel.org; Updating revision; Adding patch by Pierre to enable external hubs
svn path=/nixpkgs/trunk/; revision=17930
2009-10-23 05:21:54 +00:00
Marc Weber 0d76da3b6f new: openjade, opensp - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17926
2009-10-22 15:41:39 +00:00
Eelco Dolstra 3af9d9e586 * Updated DBIx::Class.
svn path=/nixpkgs/trunk/; revision=17917
2009-10-21 15:40:14 +00:00
Ludovic Courtès be6b6b73f9 Add Emacs Scala-Mode.
svn path=/nixpkgs/trunk/; revision=17904
2009-10-20 15:12:29 +00:00
Peter Simons 90dd9d14bf python-2.6: fixed build on Darwin
* Dropped "nolongdouble.patch". The patch no longer applies to Python 2.6, and
   apparently isn't required anymore either.

 * Added access to native Darwin arch utility. Python tries to run 'arch' in
   the configure stage, but that binary reside in /usr/bin. To make it
   available to the expression, the small wrapper darwinArchUtility is added as
   a buildInput if appropriate.

 * Don't pass --enable-shared. The build fails if we try to enable building of
   shared libraries, apparently because some required libraries aren't linked,
   i.e. the linker call isn't right.

TODO:

 * Figure out how to enable shared linking.

 * The resulting binary on Darwin seem to lack the binascii module.

svn path=/nixpkgs/trunk/; revision=17894
2009-10-20 12:13:49 +00:00
Peter Simons 97166d8a20 distcc 3.1: initial version
svn path=/nixpkgs/trunk/; revision=17893
2009-10-20 11:54:49 +00:00
Sander van der Burg 3d1c24c004 Added Jetty GWT library
svn path=/nixpkgs/trunk/; revision=17891
2009-10-20 10:18:36 +00:00
Peter Simons 0b25624891 python 2.6.3: initial version of python 2.6 support
The build succeeds on i686-linux. Other platforms look good, too,
because there were hardly any changes necessary to update the expression
from 2.5.

svn path=/nixpkgs/trunk/; revision=17889
2009-10-19 23:10:09 +00:00
Lluís Batlle i Rossell 3b3ee13b9d Updating lame
Updating libgpod
Making gtkpod accept 'ogg' files, and made it convert them well to mp3, if 'lame'
and oggdec is in path. It should better reference lame and libvorbis store path
files.

svn path=/nixpkgs/trunk/; revision=17888
2009-10-19 22:05:34 +00:00
Ludovic Courtès 26a8597d6e Add Mozilla Rhino.
svn path=/nixpkgs/trunk/; revision=17884
2009-10-19 14:47:04 +00:00
Sander van der Burg d1eb60faef - Upgraded GWT to 1.7.1
- The JDK is now a runtime dependency of GWT
- Updated GWT-widgets library to 0.2.0


svn path=/nixpkgs/trunk/; revision=17882
2009-10-19 13:14:23 +00:00
Ludovic Courtès 2aaf37cdf9 Add UFRaw.
svn path=/nixpkgs/trunk/; revision=17881
2009-10-19 12:50:45 +00:00
Ludovic Courtès 8ca9448211 Add GtkImageView.
svn path=/nixpkgs/trunk/; revision=17880
2009-10-19 12:50:41 +00:00
Peter Simons 61882544d8 Docbook2x needs libiconv to build successfully on Darwin.
svn path=/nixpkgs/trunk/; revision=17871
2009-10-19 09:17:21 +00:00
Peter Simons 1e575d3572 perl-5.8 and perl-5.10: fixed build on MacOS X
On MacOS X, we used to use the native perl interpreter from /usr/bin.
Unfortunately, that interpreter fails to build a number of packages
(Subversion, Git, etc. ...), because it assumes knowledge about the
underlying C compiler that is not valid for the compiler used by Nix.
For example, /usr/bin/perl assumes that the compiler can build binaries
for both the ppc and the x86 architecture. /usr/bin/gcc can do that, but
the gcc from Nix can't.

The solution is to compile Perl 5.10 in Nix so that the ./configure
phase can properly detect the system's capabilities. However, note that
the resulting binary is impure: it will find headers in /usr/include and
libraries in /usr/lib. In this respect, the Nix-compiled perl binary is
no different than the native one in /usr/bin -- it's just configured
more accurately.

svn path=/nixpkgs/trunk/; revision=17870
2009-10-19 09:17:10 +00:00
Lluís Batlle i Rossell 9e519f0802 First attempt at adding an attribute for the libc.info glibc manual.
svn path=/nixpkgs/trunk/; revision=17868
2009-10-18 15:15:39 +00:00
Marc Weber 9ea9133183 adding scribus - don't miss the comment about fonts!
svn path=/nixpkgs/trunk/; revision=17866
2009-10-18 04:44:01 +00:00
Marc Weber dd3564aba9 adding ps2edit
svn path=/nixpkgs/trunk/; revision=17863
2009-10-18 04:43:53 +00:00
Marc Weber 09d4027cc0 adding plotutils
svn path=/nixpkgs/trunk/; revision=17862
2009-10-18 04:43:50 +00:00
Marc Weber 6614345f29 adding yate2 telephony engine
svn path=/nixpkgs/trunk/; revision=17861
2009-10-18 04:43:48 +00:00
Marc Weber 1db4de344d adding stun
svn path=/nixpkgs/trunk/; revision=17860
2009-10-18 04:43:45 +00:00
Marc Weber f808690b16 adding python package lxml to make scripts in inkscape work
svn path=/nixpkgs/trunk/; revision=17858
2009-10-18 04:43:40 +00:00
Michael Raskin 7d52bceffb Adding support of external utilities in ikiwiki
svn path=/nixpkgs/trunk/; revision=17845
2009-10-16 08:38:25 +00:00
Michael Raskin 206a941597 Add optional Monotone support for ikiwiki; made git support optional.
svn path=/nixpkgs/trunk/; revision=17842
2009-10-16 06:39:29 +00:00
Lluís Batlle i Rossell 54a04a789a Made ikiwiki work at least using 'git'. I tested the CGI this time.
I had to add some perl modules again.

svn path=/nixpkgs/trunk/; revision=17838
2009-10-15 22:08:35 +00:00
Andres Löh 947c5029d7 Added ghc-6.12.1 release candidate.
svn path=/nixpkgs/trunk/; revision=17824
2009-10-15 12:49:37 +00:00
Rob Vermaas 1a58864b52 * added Net-Twitter-Lite perl package
svn path=/nixpkgs/trunk/; revision=17822
2009-10-15 11:55:39 +00:00
Michael Raskin c9c2d78116 Pass perl to monotone
svn path=/nixpkgs/trunk/; revision=17821
2009-10-15 11:27:25 +00:00
Sander van der Burg 43b456e692 Added VirtualBox guest additions
svn path=/nixpkgs/trunk/; revision=17815
2009-10-15 09:11:25 +00:00
Lluís Batlle i Rossell a1061c1175 Adding the basics for 'ikiwiki'. I did not try how it serves the pages, but
at least "ikiwiki --setup ikiwikipath/etc/auto.setup" works for me with git.

svn path=/nixpkgs/trunk/; revision=17808
2009-10-14 21:00:54 +00:00
Eelco Dolstra e111bb380d * aubio: lacked a version in the name attribute, and the description
was broken.

svn path=/nixpkgs/trunk/; revision=17807
2009-10-14 15:32:37 +00:00
Eelco Dolstra f581d2a719 * Make all ocaml versions available in the proper way.
svn path=/nixpkgs/trunk/; revision=17805
2009-10-14 15:21:45 +00:00
Eelco Dolstra c5b198300d * Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" and
"version" argument.  Added a few Postgres mirrors.

svn path=/nixpkgs/trunk/; revision=17804
2009-10-14 14:38:16 +00:00
Eelco Dolstra 18439774f8 * Adobe Reader 9.2.
svn path=/nixpkgs/trunk/; revision=17799
2009-10-14 13:08:04 +00:00
Sander van der Burg 131c5f7e33 Added libXfixes to the rpath of VBoxClient, so that the shared host/guest clipboard will work
svn path=/nixpkgs/trunk/; revision=17789
2009-10-13 21:19:07 +00:00
Lluís Batlle i Rossell ebd3fd7081 I add some kde localizations to be built by hydra. I chose the languages among the
potential kde users I personally know.

svn path=/nixpkgs/trunk/; revision=17787
2009-10-13 17:55:48 +00:00
Sander van der Burg fef3041a74 Added VirtualBox guest additions package. Currently only builds on i686-linux
svn path=/nixpkgs/trunk/; revision=17778
2009-10-13 13:32:00 +00:00
Eelco Dolstra 257ffc8e73 * Fix broken meta attributes.
svn path=/nixpkgs/trunk/; revision=17773
2009-10-13 09:39:27 +00:00
Eelco Dolstra 64f76f4643 * Use --meta --xml to check whether the meta attributes all evaluate
correctly.

svn path=/nixpkgs/trunk/; revision=17771
2009-10-13 09:05:09 +00:00
Lluís Batlle i Rossell 331d7185f2 Adding vnstat. Unless using "vnstat -l", it wants some directories in /var, where
it collects information.

svn path=/nixpkgs/trunk/; revision=17753
2009-10-12 11:08:52 +00:00
Lluís Batlle i Rossell 71fab59b62 Adding iptraf 3.0.0 (the last iptraf I found, last updated in 2005)
It runs without complains if you "mkdir -p /var/run/iptraf /var/local/iptraf"

svn path=/nixpkgs/trunk/; revision=17752
2009-10-12 10:52:47 +00:00
Lluís Batlle i Rossell fa036cce46 Adding exiftags
svn path=/nixpkgs/trunk/; revision=17748
2009-10-11 15:52:27 +00:00
Lluís Batlle i Rossell ebe0bc809d Adding jhead
svn path=/nixpkgs/trunk/; revision=17747
2009-10-11 15:52:14 +00:00
Lluís Batlle i Rossell 57a544d59c Adding 'remake': a patched and modernized version of GNU make utility that adds
improved error reporting, the ability to trace execution in a comprehensible
way, and a debugger.

svn path=/nixpkgs/trunk/; revision=17744
2009-10-11 15:03:13 +00:00
Sander van der Burg 4232caa53f Added konversation for KDE 4.x package
svn path=/nixpkgs/trunk/; revision=17741
2009-10-10 12:51:51 +00:00
Andres Löh 895520c5e1 Added uniqueid Haskell package.
svn path=/nixpkgs/trunk/; revision=17732
2009-10-09 13:30:52 +00:00
Andres Löh 1a1a661f4b Version bump for darcs.
svn path=/nixpkgs/trunk/; revision=17729
2009-10-08 14:07:13 +00:00
Eelco Dolstra ad6a69e0f5 svn path=/nixpkgs/trunk/; revision=17728 2009-10-08 13:14:52 +00:00
Eelco Dolstra 55ad6675dc * Fix some packages that broke because libuuid can be null on Darwin.
buildDefs doesn't like buildInputs containing nulls.
* In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to
  match the upstream name.

svn path=/nixpkgs/trunk/; revision=17726
2009-10-08 13:07:56 +00:00
Sander van der Burg 0f20924465 - Upgraded VirtualBox to 3.0.8
- Fixed location of the VirtualBox icon
- Removed qt3 as dependency of VirtualBox since it's obsolete since 3.0.x


svn path=/nixpkgs/trunk/; revision=17725
2009-10-08 12:57:05 +00:00
Eelco Dolstra c4d7f1dc82 svn path=/nixpkgs/trunk/; revision=17724 2009-10-08 12:48:44 +00:00
Eelco Dolstra a32ea15fd4 * debootstrap is missing subst.patch.
svn path=/nixpkgs/trunk/; revision=17723
2009-10-08 12:47:05 +00:00
Andres Löh 0b5b512471 Added HList package for Haskell.
svn path=/nixpkgs/trunk/; revision=17715
2009-10-08 09:46:56 +00:00
Rob Vermaas e7c3f330d3 added pg_top
svn path=/nixpkgs/trunk/; revision=17711
2009-10-08 08:53:21 +00:00
Rob Vermaas 6132b946ac added eggdrop, iftop
svn path=/nixpkgs/trunk/; revision=17710
2009-10-08 07:01:55 +00:00
Marc Weber 5fe030ee0a adding debootstrap (bootstrap debian in a chroot)
svn path=/nixpkgs/trunk/; revision=17709
2009-10-08 00:54:31 +00:00
Peter Simons 49a1368712 pigz: an implementation of gzip that can take advantage of multi-core CPUs
Initial version.

svn path=/nixpkgs/trunk/; revision=17707
2009-10-07 20:18:11 +00:00
Rob Vermaas 7aae02cb99 added DBD-mysql, maatkit
svn path=/nixpkgs/trunk/; revision=17703
2009-10-07 15:08:34 +00:00
Eelco Dolstra 672d3856df * Unzip 6.0.
svn path=/nixpkgs/trunk/; revision=17687
2009-10-07 11:18:54 +00:00
Lluís Batlle i Rossell 1ebd86987c Updating googleearth.
I had to use a newer patchelf (0.5), otherwise patchelf (0.4) died with an error at
setting the rpath for a lib.
("virtual address overrun" or something like that)

I still don't know of any stable url for a given version, so we will have this working
until they change the package file again updating.

svn path=/nixpkgs/trunk/; revision=17680
2009-10-06 17:37:39 +00:00
Michael Raskin 1a093f3b73 Updating 2.6.31-zen2 sliding head
svn path=/nixpkgs/trunk/; revision=17664
2009-10-06 06:15:22 +00:00
Michael Raskin edbbddce1d A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though.
svn path=/nixpkgs/trunk/; revision=17661
2009-10-06 05:43:51 +00:00
Ludovic Courtès 3c9c17990e guile-2-test: Add guile-gnome.
svn path=/nixpkgs/trunk/; revision=17658
2009-10-05 22:21:55 +00:00
Ludovic Courtès efb5018a8f Add GNU guile-gnome.
svn path=/nixpkgs/trunk/; revision=17657
2009-10-05 22:21:50 +00:00
Ludovic Courtès 0183a14c05 guile-2-test: Add Guile-Cairo.
svn path=/nixpkgs/trunk/; revision=17654
2009-10-05 22:21:35 +00:00
Ludovic Courtès 9fe05496fb Add Guile-Cairo.
svn path=/nixpkgs/trunk/; revision=17653
2009-10-05 22:21:24 +00:00
Rob Vermaas 9ae6664a5b remove coreutils argument of privoxy
svn path=/nixpkgs/trunk/; revision=17648
2009-10-05 17:12:19 +00:00
Rob Vermaas b7321eddce added privoxy
svn path=/nixpkgs/trunk/; revision=17645
2009-10-05 14:15:28 +00:00
Eelco Dolstra 06e0f87d6e svn path=/nixpkgs/trunk/; revision=17642 2009-10-05 13:04:07 +00:00
Sander van der Burg 4b80c924ca openssl support or sitecopy
svn path=/nixpkgs/trunk/; revision=17640
2009-10-05 12:21:50 +00:00
Rob Vermaas bd4ef3cbfc added sitecopy
svn path=/nixpkgs/trunk/; revision=17638
2009-10-05 10:37:30 +00:00
Ludovic Courtès 4ba5d3dc6d Add GNU GRUB 1.97~beta3 (aka. "GRUB 2").
svn path=/nixpkgs/trunk/; revision=17636
2009-10-04 21:39:34 +00:00
Lluís Batlle i Rossell 954a8d0cdc Adding amr support in mplayer. That should be enabled by the user, because those libraries are not redistributable.
I don't know if the 'unfree' in the amr libraries will stop mplayer being built without its support. We would have to write the all-packages MPlayer expression different, in this case.

svn path=/nixpkgs/trunk/; revision=17635
2009-10-04 21:31:34 +00:00
Andres Löh ad30d22e82 Added ansi-wl-pprint lib for Haskell.
svn path=/nixpkgs/trunk/; revision=17634
2009-10-04 09:28:05 +00:00
Lluís Batlle i Rossell e5654ae80f Reverting simons' r17618, which causes a major stdenv rebuild.
svn path=/nixpkgs/trunk/; revision=17622
2009-10-02 19:05:39 +00:00
Peter Simons 67cea803fa perl-5.8 and perl-5.10: fixed build on MacOS X
On MacOS X, we used to use the native perl interpreter from /usr/bin.
Unfortunately, that interpreter fails to build a number of packages
(Subversion, Git, etc. ...), because it assumes knowledge about the underlying
C compiler that is not valid for the compiler used by Nix. For example,
/usr/bin/perl assumes that the compiler can build binaries for both the ppc and
the x86 architecture. /usr/bin/FCC can do that, but the gcc from Nix can't.

The solution is to compile Perl 5.10 via Nix so that it can properly configure
itself. However, note that the resulting binary is impure: it will find headers
in /usr/include and libraries in /usr/lib -- something a pure perl binary
wouldn't do. In this respect our Nix-compiled perl binary is not better than
the native one from /usr/bin -- it's just more accurately configured.

svn path=/nixpkgs/trunk/; revision=17618
2009-10-02 16:26:05 +00:00
Peter Simons 49afefdb19 emacs-23: hacky fix to libXaw linker errors on MacOS X
When building Emacs on MacOS X, the configure script believes that libXaw is
available and tries to link it (even when, in fact, libXaw is not available).
To work around that problem, we make Xaw support mandatory on MacOS X.

svn path=/nixpkgs/trunk/; revision=17610
2009-10-02 13:57:26 +00:00
Eelco Dolstra 6e6473940d * Fix the Exult build.
svn path=/nixpkgs/trunk/; revision=17605
2009-10-02 13:01:31 +00:00
Peter Simons 37384f83e4 all-packages.nix: libuuid is a system library on MacOS X
The libuuid normally used in nixpkgs, util-linux-ng, is not available on
MacOS X.

svn path=/nixpkgs/trunk/; revision=17604
2009-10-02 12:45:18 +00:00
Peter Simons e25c7cb445 all-packages.nix: use config option "brokenRedHatKernel" only on Linux systems
svn path=/nixpkgs/trunk/; revision=17602
2009-10-02 12:45:08 +00:00
Peter Simons c16af1a77c subversion: enable Java bindings only on those platforms that support a JDK
svn path=/nixpkgs/trunk/; revision=17599
2009-10-02 12:44:54 +00:00
Eelco Dolstra 83aa130427 svn path=/nixpkgs/trunk/; revision=17598 2009-10-02 12:36:04 +00:00
Rob Vermaas a71b3737a1 antDarwin based on openjdk
svn path=/nixpkgs/trunk/; revision=17597
2009-10-02 12:27:24 +00:00
Rob Vermaas 82447aa73e added openjdk for darwin (binaries) for testing
svn path=/nixpkgs/trunk/; revision=17596
2009-10-02 12:12:23 +00:00
Eelco Dolstra 4041f93fbf * SWIG apparently doesn't need Perl/Python/Guile/JDK/20 other
languages at build time.  It seems they're only used in "make
  check".
* Subversion: updated to 1.6.5.

svn path=/nixpkgs/trunk/; revision=17594
2009-10-02 11:49:21 +00:00
Andres Löh 9b28b2692c Added transformers package for Haskell.
svn path=/nixpkgs/trunk/; revision=17589
2009-10-02 09:32:40 +00:00
Lluís Batlle i Rossell 4e93d167d8 Fixing truecrypt
They removed the url for that package version, I updated to the latest.
I changed the name from 'trueCrypt' to 'truecrypt'
I added an option for it not to have a gui built.

svn path=/nixpkgs/trunk/; revision=17587
2009-10-02 08:00:30 +00:00
Lluís Batlle i Rossell 62aad312ad Adding kbasket (a kde 3.5 program)
svn path=/nixpkgs/trunk/; revision=17582
2009-10-01 19:33:20 +00:00
Peter Simons 6dc37e4aaf all-packages.nix: disable ACL support in rsync when building on MacOS X
The attr package -- which is required for ACLs -- doesn't build on Darwin.

svn path=/nixpkgs/trunk/; revision=17580
2009-10-01 17:33:19 +00:00
Peter Simons 439ac65f3e all-packages.nix: deleted obsolete 'subversionStatic' attribute
The static build of subversion used to work in version 1.4.x, but it doesn't
work anymore more for 1.6.x.

svn path=/nixpkgs/trunk/; revision=17579
2009-10-01 17:33:13 +00:00
Sander van der Burg 0dbef3fe64 Added FreeTTS package
svn path=/nixpkgs/trunk/; revision=17577
2009-10-01 14:48:57 +00:00
Sander van der Burg bcb1747ccf Added pyqt4 to the buildfarm
svn path=/nixpkgs/trunk/; revision=17576
2009-10-01 14:15:06 +00:00
Sander van der Burg 0585be5ce4 Moved kdeaccessibility from KDE 4.2 to 4.3
svn path=/nixpkgs/trunk/; revision=17575
2009-10-01 13:56:45 +00:00
Sander van der Burg a5f44e374d Added KDE 4.3 accessibility package
svn path=/nixpkgs/trunk/; revision=17574
2009-10-01 13:53:08 +00:00
Peter Simons 9a833f026b OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG
The OpenSSH binaries built by the expression by default expect system-wide
configuration files in "/etc/ssh", which is a bit of an impurity (and certainly
inconsistent with the way other package handle --sysconfdir in Nix). Those who
prefer a clean installation, can now configure that directory path.

Adding the line "openssh = { etcDir = null; };" to $NIXPKGS_CONFIG configures
OpenSSH to use the default location, i.e. $out/etc. Setting that attribute to a
string will configure OpenSSH to use that concrete path instead.

svn path=/nixpkgs/trunk/; revision=17570
2009-10-01 12:07:33 +00:00
Ludovic Courtès c1bf206662 Xalan-J 2.7.1, built from source.
svn path=/nixpkgs/trunk/; revision=17565
2009-10-01 09:07:17 +00:00
Ludovic Courtès e503c07475 Add Xerces-J, built from source.
svn path=/nixpkgs/trunk/; revision=17562
2009-10-01 09:06:59 +00:00
Ludovic Courtès 7038201fe0 guile-2-test: Add GnuCash.
svn path=/nixpkgs/trunk/; revision=17552
2009-09-30 13:11:20 +00:00
Ludovic Courtès 3485bef00a Add GnuCash.
svn path=/nixpkgs/trunk/; revision=17551
2009-09-30 13:11:17 +00:00
Ludovic Courtès a29f9b51d6 Add GOffice, GNOME's office/document library.
svn path=/nixpkgs/trunk/; revision=17550
2009-09-30 13:11:13 +00:00
Ludovic Courtès f4b739fde0 libgsf 1.14.9.
svn path=/nixpkgs/trunk/; revision=17549
2009-09-30 13:11:09 +00:00
Ludovic Courtès b3cff1d812 guile-2-test: Add SLIB.
svn path=/nixpkgs/trunk/; revision=17547
2009-09-30 13:11:02 +00:00
Ludovic Courtès 1a9597827d Add SLIB, a portable Scheme library.
svn path=/nixpkgs/trunk/; revision=17546
2009-09-30 13:10:58 +00:00
Michael Raskin f8abffe6b1 Give up and use older GConf
svn path=/nixpkgs/trunk/; revision=17540
2009-09-30 11:21:58 +00:00
Michael Raskin 6b48ddb8d9 Fix underscores in *Kits
svn path=/nixpkgs/trunk/; revision=17528
2009-09-30 06:32:02 +00:00
Michael Raskin 5d8930e879 A typo
svn path=/nixpkgs/trunk/; revision=17522
2009-09-30 06:02:55 +00:00
Michael Raskin e7ccbf5a2b Now we have fresh GTK/Gnome; try updating WebKit
svn path=/nixpkgs/trunk/; revision=17521
2009-09-30 05:37:09 +00:00
Michael Raskin 6b7368acfc Add gnome-2.28 to top-level
svn path=/nixpkgs/trunk/; revision=17520
2009-09-30 05:29:08 +00:00
Michael Raskin 4a0e45a859 A missing OO.o dependency located.. Why does not configure check for it in the very beginning..
svn path=/nixpkgs/trunk/; revision=17511
2009-09-29 15:36:33 +00:00
Michael Raskin 88db61f5cf OpenOffice update. It configures OK, but I prefer to let Hydra build it (old build failed anyway)
svn path=/nixpkgs/trunk/; revision=17504
2009-09-29 14:16:23 +00:00
Michael Raskin c1839b1d32 Mentioning GTK-2.18 in all-packages
svn path=/nixpkgs/trunk/; revision=17502
2009-09-29 13:49:41 +00:00
Eelco Dolstra fc95cc78f8 * Added obexd.
svn path=/nixpkgs/trunk/; revision=17497
2009-09-29 12:54:08 +00:00
Ludovic Courtès 5f991aaab1 guile-2-test: Add GNU AutoGen.
svn path=/nixpkgs/trunk/; revision=17492
2009-09-29 09:01:44 +00:00
Ludovic Courtès 403a4f9ae6 Add GNU AutoGen.
svn path=/nixpkgs/trunk/; revision=17491
2009-09-29 09:01:40 +00:00
Eelco Dolstra 06e126b48f * Latest libsmbios.
* Build HAL with libsmbios support.

svn path=/nixpkgs/trunk/; revision=17472
2009-09-28 15:33:42 +00:00
Peter Simons 6fd9468622 boost: updated to version 1.40.0
* Dropped classr.patch; it no longer applies to this version.

 * The "configure" script has been renamed to "bootstrap.sh".

 * The bootstrapping process generates no Makefile anymore; the build
   expression has to call bjam directly to build the libraries.

 * Perform build and install phase in one execution of bjam. This is a
   lot faster, because bjam won't check the dependencies twice.

svn path=/nixpkgs/trunk/; revision=17471
2009-09-28 15:11:01 +00:00
Andres Löh af2fec87d7 Updated ghc-core plus dependencies.
svn path=/nixpkgs/trunk/; revision=17467
2009-09-28 14:13:41 +00:00
Andres Löh 9669ae336a Added parsimony and polyparse, updated parsec.
svn path=/nixpkgs/trunk/; revision=17464
2009-09-28 11:29:19 +00:00
Eelco Dolstra b642db4d0e * Build HAL with pm-utils support.
svn path=/nixpkgs/trunk/; revision=17450
2009-09-26 20:29:26 +00:00
Eelco Dolstra d568a59c86 * PolicyKit: install the manpages.
svn path=/nixpkgs/trunk/; revision=17440
2009-09-26 10:43:41 +00:00
Eelco Dolstra a96c83d70e * Build HAL with ConsoleKit and PolicyKit support. Without it, HAL's
configure script prints out this ominous warning:

WARNING: PolicyKit is disabled. You need to manually edit the hal.conf
         file to lock down the service. Failure to do so allows any
         caller to make hald do work on their behalf which may be
         a huge SECURITY HOLE. I repeat: YOU NEED TO EDIT THE FILE
         hal.conf to match your distro/site to avoid NASTY SECURITY HOLES.

  Note that HAL only builds with the old PolicyKit (it looks for
  polkit.pc).  Reverted ConsoleKit to the last version that used the
  old PolicyKit for this reason.

svn path=/nixpkgs/trunk/; revision=17432
2009-09-25 23:05:53 +00:00
Eelco Dolstra ef2f9c1968 * Added pm-utils.
svn path=/nixpkgs/trunk/; revision=17430
2009-09-25 21:43:25 +00:00
Eelco Dolstra 90fc367427 * e2fsprogs 1.41.9.
svn path=/nixpkgs/trunk/; revision=17429
2009-09-25 20:53:21 +00:00
Eelco Dolstra aab405ccb5 * For consistency.
svn path=/nixpkgs/trunk/; revision=17426
2009-09-25 20:09:50 +00:00
Eelco Dolstra 7dd58cda98 * Sigh. For PolicyKit, follow the upstream names, otherwise I'll get
a headache.  "polkit" is the new, unstable release series.
  "policykit" is the old series.  (See
  http://lists.freedesktop.org/archives/polkit-devel/2009-February/000106.html
  for an "explanation" of the name change.)  It seems that for HAL we
  need to revert to the old "policykit", since it doesn't compile
  against "polkit".

svn path=/nixpkgs/trunk/; revision=17425
2009-09-25 20:06:36 +00:00
Marc Weber 931a5936cb using getConfig for php so that users who don't know the composableDerivation very well can switch off features.
svn path=/nixpkgs/trunk/; revision=17423
2009-09-25 19:39:05 +00:00
Peter Simons 4dc1e7ba44 Network Block Device (nbd): initial version 2.9.13
svn path=/nixpkgs/trunk/; revision=17414
2009-09-25 02:09:43 +00:00
Marc Weber a5fdba90e2 reverting -r17404 - the patch I should have kept private
svn path=/nixpkgs/trunk/; revision=17408
2009-09-24 21:39:32 +00:00
Lluís Batlle i Rossell f9035543d5 Made openocd work with ft2232 jtag chipset, that of the Sheevaplug.
svn path=/nixpkgs/trunk/; revision=17407
2009-09-24 21:28:27 +00:00
Marc Weber 4d41884f8e nixUnstable: adding experimental debug coercion failure patch - for debugging only
svn path=/nixpkgs/trunk/; revision=17405
2009-09-24 18:22:30 +00:00
Ludovic Courtès 18e946cb9d Add Apache Ant, built from source with GCJ.
svn path=/nixpkgs/trunk/; revision=17401
2009-09-24 14:49:15 +00:00
Eelco Dolstra b7a90c11d3 * selectMaintained (renamed): don't use meta.maintainer, just use
meta.platforms.
* Valgrind *should* work on Darwin now, except that our GCC doesn't
  recognise the -arch flag.

svn path=/nixpkgs/trunk/; revision=17372
2009-09-23 19:45:02 +00:00
Eelco Dolstra 22c35b04dd * GCC 4.3 should be the default.
svn path=/nixpkgs/trunk/; revision=17368
2009-09-23 18:33:40 +00:00
Eelco Dolstra 251c7207cf * Revert to KVM 76 in the VM build functions. The latest qemu-kvm has
weird performance and data corruption regressions in the build farm.

svn path=/nixpkgs/trunk/; revision=17364
2009-09-23 14:24:37 +00:00
Marc Weber 47828714e4 redland 1.0.9 breaks kde-4.3. So also provide 1.0.8
svn path=/nixpkgs/trunk/; revision=17357
2009-09-22 23:07:35 +00:00
Peter Simons 04558d8496 xlock: fixed build and updated to version 5.24
svn path=/nixpkgs/trunk/; revision=17356
2009-09-22 20:16:38 +00:00
Ludovic Courtès 03043bce33 ECJ: Merge the 2 expressions.
svn path=/nixpkgs/trunk/; revision=17354
2009-09-22 14:40:54 +00:00
Ludovic Courtès a4af741f8d Damn it, we already had an ECJ.
svn path=/nixpkgs/trunk/; revision=17353
2009-09-22 14:24:35 +00:00
Ludovic Courtès bf0f4deabb Add ECJ.
svn path=/nixpkgs/trunk/; revision=17352
2009-09-22 14:19:44 +00:00
Ludovic Courtès 7735b54340 Keep only one SWIG, with support for all languages.
svn path=/nixpkgs/trunk/; revision=17351
2009-09-22 11:59:41 +00:00
Michael Raskin 740f54a49a Fix one more typo
svn path=/nixpkgs/trunk/; revision=17349
2009-09-22 09:29:00 +00:00
Eelco Dolstra 12395c36a9 * Typos.
svn path=/nixpkgs/trunk/; revision=17348
2009-09-22 09:26:18 +00:00
Eelco Dolstra 912e9f2c80 * Revert Redland - see http://hydra.nixos.org/build/78513.
svn path=/nixpkgs/trunk/; revision=17347
2009-09-22 08:55:37 +00:00
Rob Vermaas cce34a0779 * added ethtool 6
svn path=/nixpkgs/trunk/; revision=17346
2009-09-22 08:37:41 +00:00
Rob Vermaas a9d801d645 * added davfs2 1.4.1
svn path=/nixpkgs/trunk/; revision=17345
2009-09-22 08:12:11 +00:00
Michael Raskin 2750e04339 Adding uzbl experimental snapshot
svn path=/nixpkgs/trunk/; revision=17344
2009-09-22 03:51:04 +00:00
Ludovic Courtès 7b2932cd9b SWIG 1.3.40, with Guile support.
svn path=/nixpkgs/trunk/; revision=17343
2009-09-21 20:56:53 +00:00
Ludovic Courtès 0dd49cdce3 guile-2-test: Add SWIG.
svn path=/nixpkgs/trunk/; revision=17342
2009-09-21 20:25:36 +00:00
Marc Weber 8398a33112 pass jackaudio to alsaPlugins also adding convinient wrapper script
svn path=/nixpkgs/trunk/; revision=17340
2009-09-21 15:55:26 +00:00
Marc Weber f88b8d0bf1 adding hint telling where to set config for nixos
svn path=/nixpkgs/trunk/; revision=17337
2009-09-21 15:55:18 +00:00
Ludovic Courtès a41355339a guile-2-test: Next attempt at overriding `guile'.
svn path=/nixpkgs/trunk/; revision=17330
2009-09-21 12:24:04 +00:00
Marc Weber 0ba0fefa95 mplayer-trunk: build with jackaudio support
svn path=/nixpkgs/trunk/; revision=17329
2009-09-21 10:09:24 +00:00
Marc Weber c28aeffc87 finally fixing netsurf
svn path=/nixpkgs/trunk/; revision=17328
2009-09-21 10:09:20 +00:00
Marc Weber db19c4e24e adding ardour
svn path=/nixpkgs/trunk/; revision=17327
2009-09-21 09:58:41 +00:00
Marc Weber 7957310a66 adding aubio
svn path=/nixpkgs/trunk/; revision=17326
2009-09-21 09:58:38 +00:00
Marc Weber 8cce0a0db4 adding sonic visualizer (music analysis app)
svn path=/nixpkgs/trunk/; revision=17325
2009-09-21 09:58:36 +00:00
Marc Weber b2791eaa70 adding jackmeter
svn path=/nixpkgs/trunk/; revision=17324
2009-09-21 09:58:33 +00:00
Marc Weber c01f00b3ff adding vamp sdk and rubberband
svn path=/nixpkgs/trunk/; revision=17323
2009-09-21 09:58:30 +00:00
Marc Weber 6f37fc253b adding liblo
svn path=/nixpkgs/trunk/; revision=17322
2009-09-21 09:58:27 +00:00
Marc Weber 028f3ec7d0 updating redland, adding rasqal, raptor, librdf
svn path=/nixpkgs/trunk/; revision=17320
2009-09-21 09:58:21 +00:00
Marc Weber 862fcb0252 adding alsa-plugin and patching alsa so that you can tell it about additional plugins
svn path=/nixpkgs/trunk/; revision=17316
2009-09-20 21:54:23 +00:00
Marc Weber 47a2c768f9 evince: allow overriding number of items shown in recent opened list
svn path=/nixpkgs/trunk/; revision=17314
2009-09-20 21:54:11 +00:00
Michael Raskin cde0f366c2 Fix signature mismatch
svn path=/nixpkgs/trunk/; revision=17313
2009-09-20 20:37:41 +00:00
Michael Raskin b13ead6f28 Maybe using the actual overridden packages will work?
svn path=/nixpkgs/trunk/; revision=17312
2009-09-20 20:30:00 +00:00
Ludovic Courtès 9d1a48de59 guile-2-test: Try a different approach.
svn path=/nixpkgs/trunk/; revision=17309
2009-09-20 18:11:48 +00:00
Ludovic Courtès b8461305f6 guile-2-test: Revert previous commit.
svn path=/nixpkgs/trunk/; revision=17308
2009-09-20 17:55:31 +00:00
Ludovic Courtès e7366d6219 guile-2-test: Hopefully override `guile' for good.
svn path=/nixpkgs/trunk/; revision=17307
2009-09-20 17:47:47 +00:00
Marc Weber b0b44c8185 grip fixes
svn path=/nixpkgs/trunk/; revision=17306
2009-09-20 17:33:12 +00:00
Marc Weber d0d9fc300f adding grip, a gui rip application (segfaults on amd64 ?)
svn path=/nixpkgs/trunk/; revision=17305
2009-09-20 17:01:31 +00:00
Marc Weber 34be37b51e adding twinkle, a voice over IP phone software
svn path=/nixpkgs/trunk/; revision=17303
2009-09-20 17:01:19 +00:00
Lluís Batlle i Rossell 3eeec96a31 Adding OpenOCD.
svn path=/nixpkgs/trunk/; revision=17302
2009-09-20 16:43:16 +00:00
Lluís Batlle i Rossell f85146e2fc Making radare more flexible on build options.
svn path=/nixpkgs/trunk/; revision=17294
2009-09-20 09:33:37 +00:00
Lluís Batlle i Rossell b1a7cd1692 Fixing cryptsetup build.
svn path=/nixpkgs/trunk/; revision=17293
2009-09-20 09:22:02 +00:00
Michael Raskin 107a5ee327 Adding dmraid
svn path=/nixpkgs/trunk/; revision=17292
2009-09-20 08:38:30 +00:00
Ludovic Courtès 25badc1ed7 guile-2-test: Next attempt to have `guile' actually overridden.
svn path=/nixpkgs/trunk/; revision=17290
2009-09-19 22:46:30 +00:00
Ludovic Courtès 5137763d01 guile-2-test: Attempt to have `guile' actually overridden.
svn path=/nixpkgs/trunk/; revision=17288
2009-09-19 22:23:29 +00:00
Ludovic Courtès de9c8771bd GNU libunistring 0.9.1.1.
svn path=/nixpkgs/trunk/; revision=17287
2009-09-19 22:17:11 +00:00
Lluís Batlle i Rossell 854293fc7b Adding the nvidia legacy drivers (I still use a geForce 4 AGP)
svn path=/nixpkgs/trunk/; revision=17284
2009-09-19 22:09:08 +00:00
Ludovic Courtès 0e79b7a46b guile-2-test: Add missing definition for `toJob'.
svn path=/nixpkgs/trunk/; revision=17283
2009-09-19 22:07:37 +00:00
Ludovic Courtès e3351fb625 Add GNU libiconv as a stand-alone package.
svn path=/nixpkgs/trunk/; revision=17282
2009-09-19 22:03:24 +00:00
Ludovic Courtès 9d9fa8dd55 guile-2-test: Attempt to provide Hydra with what it wants.
Thanks to Michael Raskin!

svn path=/nixpkgs/trunk/; revision=17280
2009-09-19 21:44:50 +00:00
Ludovic Courtès 12468cc5c8 guile-2-test: Attempt to fix "unknown value: <unknown>" error.
svn path=/nixpkgs/trunk/; revision=17279
2009-09-19 21:21:29 +00:00
Ludovic Courtès bdd6470100 guile-2-test: Fix `packageOverrides' magic.
svn path=/nixpkgs/trunk/; revision=17278
2009-09-19 18:15:32 +00:00
Michael Raskin 7c6b01a130 Missed that Nix trunk uses fresher libxml2..
svn path=/nixpkgs/trunk/; revision=17275
2009-09-19 12:35:52 +00:00
Michael Raskin 50c69a093c Building Nix from SVN now needs libxml2
svn path=/nixpkgs/trunk/; revision=17273
2009-09-19 11:40:36 +00:00
Marc Weber b6580e4b14 adding kphone
svn path=/nixpkgs/trunk/; revision=17265
2009-09-18 21:16:32 +00:00
Lluís Batlle i Rossell 72d6ffb8cf Adding the firmware for the rt73 usb wifi nic.
svn path=/nixpkgs/trunk/; revision=17263
2009-09-18 20:45:10 +00:00
Ludovic Courtès ee720ec763 xmlto: Remove explicit dependency on Glibc.
svn path=/nixpkgs/trunk/; revision=17261
2009-09-18 18:22:42 +00:00
Eelco Dolstra 11e76d7303 * libxml2 2.7.4. Quite a few packages depend on libxml2, so this
isn't the default yet.

svn path=/nixpkgs/trunk/; revision=17245
2009-09-18 11:41:37 +00:00
Michael Raskin 86a90971d7 I am an idiot. Correcting -zen1 -> -zen2
svn path=/nixpkgs/trunk/; revision=17242
2009-09-18 06:38:36 +00:00
Andres Löh ea843fa435 Added GHC HEAD snapshot.
svn path=/nixpkgs/trunk/; revision=17227
2009-09-17 11:45:20 +00:00
Michael Raskin 3b032d4299 Mentioning 2.6.31-zen1 in the all-packages.nix
svn path=/nixpkgs/trunk/; revision=17218
2009-09-17 09:03:42 +00:00
Rob Vermaas c3fe985546 * added ncftp
svn path=/nixpkgs/trunk/; revision=17214
2009-09-17 07:31:34 +00:00
Sander van der Burg b25e2987a6 - Fixed slang so that it always finds the terminfo files
- Added GPM support to midnight commander


svn path=/nixpkgs/trunk/; revision=17209
2009-09-16 17:52:54 +00:00
Sander van der Burg 08b7947416 Enabled support for X11 events in midnight commander
svn path=/nixpkgs/trunk/; revision=17208
2009-09-16 17:26:19 +00:00
Sander van der Burg 3e69dab469 Applied some fixes to midnight commander so that it no longer displays weird characters
svn path=/nixpkgs/trunk/; revision=17207
2009-09-16 17:08:33 +00:00
Michael Raskin a9dc68b1ea Specify some obvious platform sets
svn path=/nixpkgs/trunk/; revision=17205
2009-09-16 15:12:24 +00:00
Ludovic Courtès be5087cc6e Build Python packages only on platforms supported by Python.
svn path=/nixpkgs/trunk/; revision=17199
2009-09-16 14:44:31 +00:00
Ludovic Courtès bdc8e21d9e Crypto++: Fix on Darwin.
svn path=/nixpkgs/trunk/; revision=17196
2009-09-16 14:35:38 +00:00
Ludovic Courtès 26bf0b0150 Fix GNU Fdisk.
svn path=/nixpkgs/trunk/; revision=17195
2009-09-16 14:30:53 +00:00
Ludovic Courtès ba315f3052 Fix GNU Nettle.
svn path=/nixpkgs/trunk/; revision=17194
2009-09-16 14:26:00 +00:00
Ludovic Courtès e263837a86 Add Guile itself to the jobset.
svn path=/nixpkgs/trunk/; revision=17193
2009-09-16 14:14:57 +00:00
Ludovic Courtès 7e15a1d3bc Add Guile 2.x Hydra jobset.
svn path=/nixpkgs/trunk/; revision=17192
2009-09-16 14:13:26 +00:00
Michael Raskin b5dc8f98d2 Use attrByPath for feature retrieval
svn path=/nixpkgs/trunk/; revision=17191
2009-09-16 13:54:11 +00:00
Michael Raskin 9d85db847b Fix Typo
svn path=/nixpkgs/trunk/; revision=17190
2009-09-16 13:53:25 +00:00
Ludovic Courtès 2e32120360 When `meta.platforms' is absent, assume packages target all platforms.
svn path=/nixpkgs/trunk/; revision=17189
2009-09-16 12:47:27 +00:00
Ludovic Courtès 717910394b GNU Guile 1.9.3.
svn path=/nixpkgs/trunk/; revision=17188
2009-09-16 12:46:17 +00:00
Eelco Dolstra 2c0b739bca * XHTML 1.0 DTDs.
svn path=/nixpkgs/trunk/; revision=17185
2009-09-16 12:25:22 +00:00
Rob Vermaas 52b1b33028 * ddclient
svn path=/nixpkgs/trunk/; revision=17183
2009-09-16 11:53:09 +00:00
Rob Vermaas 6ddd76f095 * added gnuvd, dutch dictionary application
svn path=/nixpkgs/trunk/; revision=17177
2009-09-16 08:36:05 +00:00
Rob Vermaas 8afb39344e * added uptimed 0.3.16
svn path=/nixpkgs/trunk/; revision=17172
2009-09-16 07:31:16 +00:00
Eelco Dolstra 6d3edf1030 * Some Perl updates.
svn path=/nixpkgs/trunk/; revision=17164
2009-09-15 13:47:08 +00:00
Rob Vermaas 0f02e39a6e added stratego 0.18 pre release
svn path=/nixpkgs/trunk/; revision=17157
2009-09-15 11:36:41 +00:00
Michael Raskin 0428a7405a Fix aufs utilities for NixOS manual
svn path=/nixpkgs/trunk/; revision=17153
2009-09-15 10:28:40 +00:00
Michael Raskin 9ebb44e92e AUFS2 utilities
svn path=/nixpkgs/trunk/; revision=17147
2009-09-15 07:58:44 +00:00
Michael Raskin a593492d4f Add a version of Zen kernel with Con Kolivas' BFS scheduler
svn path=/nixpkgs/trunk/; revision=17142
2009-09-14 21:56:31 +00:00
Lluís Batlle i Rossell da09a4e950 Adding kermit.
svn path=/nixpkgs/trunk/; revision=17114
2009-09-14 18:50:17 +00:00
Michael Raskin b1dd203499 Give up on aufs2 for now
svn path=/nixpkgs/trunk/; revision=17112
2009-09-14 14:23:22 +00:00
Andres Löh 5b20a89f11 Version bumps for a number of Haskell packages.
svn path=/nixpkgs/trunk/; revision=17107
2009-09-14 08:35:39 +00:00
Eelco Dolstra 03c8eb97fb svn path=/nixpkgs/trunk/; revision=17096 2009-09-13 16:40:36 +00:00
Eelco Dolstra 5d0b5d06e9 * qt-4 -> qt-4.4.
* kde-4.2 shouldn't depend on poppler built with qt 4.5.

svn path=/nixpkgs/trunk/; revision=17084
2009-09-13 11:04:54 +00:00
Eelco Dolstra eb6f32c9cb * Fix the aufs2 build (hopefully).
svn path=/nixpkgs/trunk/; revision=17080
2009-09-13 10:25:58 +00:00
Marc Weber c8ee5671cb commenting Eclipse - use the new eclipseRunner instead
svn path=/nixpkgs/trunk/; revision=17079
2009-09-13 08:54:55 +00:00
Marc Weber 5478df996a adding netsurf browser. No JavaScript yet
svn path=/nixpkgs/trunk/; revision=17077
2009-09-13 08:54:47 +00:00
Marc Weber dee4d93757 adding haru pdf lib
svn path=/nixpkgs/trunk/; revision=17076
2009-09-13 08:54:44 +00:00
Marc Weber 8b8b058662 adding libmng
svn path=/nixpkgs/trunk/; revision=17075
2009-09-13 08:54:41 +00:00
Michael Raskin b7d9689224 Building 2.6.31
svn path=/nixpkgs/trunk/; revision=17066
2009-09-12 07:13:58 +00:00
Michael Raskin a5023cf381 Adding 2.6.31 kernel and trying to generate config for it without manual operations
svn path=/nixpkgs/trunk/; revision=17065
2009-09-12 07:13:20 +00:00
Michael Raskin b3281f994f KQemu needs perl to build
svn path=/nixpkgs/trunk/; revision=17063
2009-09-12 06:11:21 +00:00